Documentation ¶
Overview ¶
Package buffer TODO
Index ¶
- type Buffer
- func (b *Buffer) AppendBool(v bool)
- func (b *Buffer) AppendByte(v byte)
- func (b *Buffer) AppendFloat(v float64, fmt byte, prec, bitSize int)
- func (b *Buffer) AppendInt(v int64, base int)
- func (b *Buffer) AppendLJString(s string, v byte, size int)
- func (b *Buffer) AppendRJString(s string, v byte, size int)
- func (b *Buffer) AppendString(s string)
- func (b *Buffer) AppendTime(v time.Time, layout string)
- func (b *Buffer) AppendUint(v uint64, base int)
- func (b *Buffer) Bytes() []byte
- func (b *Buffer) Cap() int
- func (b *Buffer) Free()
- func (b *Buffer) Len() int
- func (b *Buffer) Reset()
- func (b *Buffer) String() string
- func (b *Buffer) Write(bs []byte) (int, error)
- func (b *Buffer) WriteByte(v byte) error
- func (b *Buffer) WriteString(s string) (int, error)
- type Pool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) AppendBool ¶
func (*Buffer) AppendByte ¶
func (*Buffer) AppendString ¶
func (*Buffer) AppendUint ¶
Click to show internal directories.
Click to hide internal directories.