1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
This commit is contained in:
Darien Raymond 2016-12-06 17:17:07 +01:00
parent 341fa376a1
commit e756222a7d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -9,6 +9,7 @@ const (
defaultOffset = 16 defaultOffset = 16
) )
// A Writer that writes contents into the given buffer.
type BytesWriter func([]byte) int type BytesWriter func([]byte) int
// Buffer is a recyclable allocation of a byte array. Buffer.Release() recycles // Buffer is a recyclable allocation of a byte array. Buffer.Release() recycles