Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteBuffer ¶
type ByteBuffer struct {
// B is the underlying byte slice.
B []byte
}
ByteBuffer implements a simple byte buffer.
func GetByteBuffer ¶
func GetByteBuffer(length int) *ByteBuffer
GetByteBuffer returns byte buffer with the given capacity.
Click to show internal directories.
Click to hide internal directories.