Documentation ¶
Index ¶
Constants ¶
View Source
const InitialSize = 256 * 1024
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriteBuffer ¶
type WriteBuffer struct {
// contains filtered or unexported fields
}
func New ¶
func New(initSize int) *WriteBuffer
func (*WriteBuffer) Bytes ¶
func (wb *WriteBuffer) Bytes() []byte
func (*WriteBuffer) Reset ¶ added in v1.2.2
func (wb *WriteBuffer) Reset()
Click to show internal directories.
Click to hide internal directories.