mirror of https://github.com/v2ray/v2ray-core
comments
parent
341fa376a1
commit
e756222a7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue