Documentation ¶
Index ¶
- func Put(b *ByteBuffer)
- type ByteBuffer
- func (b *ByteBuffer) Bytes() []byte
- func (b *ByteBuffer) Len() int
- func (b *ByteBuffer) Reset()
- func (b *ByteBuffer) Set(p []byte)
- func (b *ByteBuffer) SetString(s string)
- func (b *ByteBuffer) String() string
- func (b *ByteBuffer) Write(p []byte) (int, error)
- func (b *ByteBuffer) WriteString(s string) (int, error)
- func (b *ByteBuffer) WriteStringSlice(elems []string, sep string) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Put ¶
func Put(b *ByteBuffer)
Types ¶
type ByteBuffer ¶
type ByteBuffer bbp.ByteBuffer
func Get ¶
func Get() *ByteBuffer
func (*ByteBuffer) Bytes ¶
func (b *ByteBuffer) Bytes() []byte
func (*ByteBuffer) Len ¶
func (b *ByteBuffer) Len() int
func (*ByteBuffer) Reset ¶
func (b *ByteBuffer) Reset()
func (*ByteBuffer) Set ¶
func (b *ByteBuffer) Set(p []byte)
func (*ByteBuffer) SetString ¶
func (b *ByteBuffer) SetString(s string)
func (*ByteBuffer) String ¶
func (b *ByteBuffer) String() string
func (*ByteBuffer) WriteString ¶
func (b *ByteBuffer) WriteString(s string) (int, error)
func (*ByteBuffer) WriteStringSlice ¶
func (b *ByteBuffer) WriteStringSlice(elems []string, sep string) (n int, err error)
Click to show internal directories.
Click to hide internal directories.