1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 12:05:35 -05:00
This commit is contained in:
Darien Raymond
2016-12-06 17:17:07 +01:00
parent 341fa376a1
commit e756222a7d

View File

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