Documentation ¶
Index ¶
- type TMEncoderLegacy
- func (e *TMEncoderLegacy) WriteBool(b bool, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteFloat32(f float32, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteFloat64(f float64, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteInt16(i int16, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteInt32(i int32, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteInt64(i int64, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteInt8(i int8, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteOctet(b byte, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteOctetSlice(bz []byte, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteTime(t time.Time, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteTo(bz []byte, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUint16(i uint16, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUint16s(iz []uint16, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUint32(i uint32, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUint64(i uint64, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUint8(i uint8, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteUvarint(i uint, w io.Writer, n *int, err *error)
- func (e *TMEncoderLegacy) WriteVarint(i int, w io.Writer, n *int, err *error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TMEncoderLegacy ¶
type TMEncoderLegacy struct { }
Implementation of the legacy (`TMEncoderFastIOWriter`) interface
var Legacy *TMEncoderLegacy = &TMEncoderLegacy{} // convenience
func (*TMEncoderLegacy) WriteBool ¶
Does not use builder pattern to encourage migration away from this struct
func (*TMEncoderLegacy) WriteFloat32 ¶
func (*TMEncoderLegacy) WriteFloat64 ¶
func (*TMEncoderLegacy) WriteInt16 ¶
func (*TMEncoderLegacy) WriteInt32 ¶
func (*TMEncoderLegacy) WriteInt64 ¶
func (*TMEncoderLegacy) WriteOctet ¶
func (*TMEncoderLegacy) WriteOctetSlice ¶
func (*TMEncoderLegacy) WriteUint16 ¶
func (*TMEncoderLegacy) WriteUint16s ¶
func (*TMEncoderLegacy) WriteUint32 ¶
func (*TMEncoderLegacy) WriteUint64 ¶
func (*TMEncoderLegacy) WriteUint8 ¶
func (*TMEncoderLegacy) WriteUvarint ¶
func (*TMEncoderLegacy) WriteVarint ¶
Click to show internal directories.
Click to hide internal directories.