tmlegacy

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2020 License: Apache-2.0, Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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

func (e *TMEncoderLegacy) WriteBool(b bool, w io.Writer, n *int, err *error)

Does not use builder pattern to encourage migration away from this struct

func (*TMEncoderLegacy) WriteFloat32

func (e *TMEncoderLegacy) WriteFloat32(f float32, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteFloat64

func (e *TMEncoderLegacy) WriteFloat64(f float64, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteInt16

func (e *TMEncoderLegacy) WriteInt16(i int16, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteInt32

func (e *TMEncoderLegacy) WriteInt32(i int32, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteInt64

func (e *TMEncoderLegacy) WriteInt64(i int64, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteInt8

func (e *TMEncoderLegacy) WriteInt8(i int8, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteOctet

func (e *TMEncoderLegacy) WriteOctet(b byte, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteOctetSlice

func (e *TMEncoderLegacy) WriteOctetSlice(bz []byte, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteTime

func (e *TMEncoderLegacy) WriteTime(t time.Time, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteTo

func (e *TMEncoderLegacy) WriteTo(bz []byte, w io.Writer, n *int, err *error)

Write all of bz to w Increment n and set err accordingly.

func (*TMEncoderLegacy) WriteUint16

func (e *TMEncoderLegacy) WriteUint16(i uint16, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteUint16s

func (e *TMEncoderLegacy) WriteUint16s(iz []uint16, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteUint32

func (e *TMEncoderLegacy) WriteUint32(i uint32, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteUint64

func (e *TMEncoderLegacy) WriteUint64(i uint64, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteUint8

func (e *TMEncoderLegacy) WriteUint8(i uint8, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteUvarint

func (e *TMEncoderLegacy) WriteUvarint(i uint, w io.Writer, n *int, err *error)

func (*TMEncoderLegacy) WriteVarint

func (e *TMEncoderLegacy) WriteVarint(i int, w io.Writer, n *int, err *error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL