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