Documentation
¶
Index ¶
- type Reader
- func (r *Reader) Bool(x *bool) error
- func (r *Reader) ByteArray(x *[]byte) error
- func (r *Reader) FixedByteArray(x *[]byte) error
- func (r *Reader) Float32(x *float32) error
- func (r *Reader) Float64(x *float64) error
- func (r *Reader) Int16(x *int16) error
- func (r *Reader) Int32(x *int32) error
- func (r *Reader) Int64(x *int64) error
- func (r *Reader) Int8(x *int8) error
- func (r *Reader) Read(p []byte) (int, error)
- func (r *Reader) String(x *string) error
- func (r *Reader) UUID(x *[16]byte) error
- func (r *Reader) Uint16(x *uint16) error
- func (r *Reader) Uint32(x *uint32) error
- func (r *Reader) Uint64(x *uint64) error
- func (r *Reader) Uint8(x *uint8) error
- func (r *Reader) VarInt(x *int32) error
- type Writer
- func (w *Writer) Bool(x bool) error
- func (w *Writer) ByteArray(x []byte) error
- func (w *Writer) FixedByteArray(x []byte) error
- func (w *Writer) Float32(x float32) error
- func (w *Writer) Float64(x float64) error
- func (w *Writer) Int16(x int16) error
- func (w *Writer) Int32(x int32) error
- func (w *Writer) Int64(x int64) error
- func (w *Writer) Int64Array(x []int64) error
- func (w *Writer) Int8(x int8) error
- func (w *Writer) String(x string) error
- func (w *Writer) UUID(x [16]byte) error
- func (w *Writer) Uint16(x uint16) error
- func (w *Writer) Uint32(x uint32) error
- func (w *Writer) Uint64(x uint64) error
- func (w *Writer) Uint8(x uint8) error
- func (w *Writer) VarInt(x int32) error
- func (w *Writer) VarIntArray(x []int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) FixedByteArray ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) FixedByteArray ¶
func (*Writer) Int64Array ¶
func (*Writer) VarIntArray ¶
Click to show internal directories.
Click to hide internal directories.