Documentation ¶
Index ¶
- type Buffer
- func (b *Buffer) Append(values ...any)
- func (b *Buffer) AppendALString(value string, v byte, size int)
- func (b *Buffer) AppendARString(value string, v byte, size int)
- func (b *Buffer) AppendBool(value bool)
- func (b *Buffer) AppendByte(value byte)
- func (b *Buffer) AppendFloat(value float64, fmt byte, prec, bitSize int)
- func (b *Buffer) AppendInt(value int64, base int)
- func (b *Buffer) AppendQuotedString(value string)
- func (b *Buffer) AppendString(value string)
- func (b *Buffer) AppendTime(value time.Time, layout string)
- func (b *Buffer) AppendUint(value 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(value []byte) (int, error)
- func (b *Buffer) WriteByte(value byte) error
- func (b *Buffer) WriteString(value 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) AppendFloat ¶
func (*Buffer) AppendQuotedString ¶
func (*Buffer) AppendString ¶
func (*Buffer) AppendUint ¶
Click to show internal directories.
Click to hide internal directories.