Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferPool ¶
type BufferPool struct {
// contains filtered or unexported fields
}
func NewBufferPool ¶
func NewBufferPool() *BufferPool
func (*BufferPool) Get ¶
func (p *BufferPool) Get() []byte
func (*BufferPool) Put ¶
func (p *BufferPool) Put(b []byte)
Click to show internal directories.
Click to hide internal directories.