Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Get returns an empty byte buffer from the pool, exported from gnet/bytebuffer. Get = bytebufferpool.Get // Put returns byte buffer to the pool, exported from gnet/bytebuffer. Put = func(b *ByteBuffer) { if b != nil { bytebufferpool.Put(b) } } )
Functions ¶
This section is empty.
Types ¶
type ByteBuffer ¶
type ByteBuffer = bytebufferpool.ByteBuffer
ByteBuffer is the alias of bytebufferpool.ByteBuffer.
Click to show internal directories.
Click to hide internal directories.