Documentation ¶
Index ¶
- type Reader
- func (reader *Reader) Bool() (bool, error)
- func (reader *Reader) Bytes(ln int) ([]byte, error)
- func (reader *Reader) Float32() (float32, error)
- func (reader *Reader) Float64() (float64, error)
- func (reader *Reader) Int32() (int32, error)
- func (reader *Reader) Int64() (int64, error)
- func (reader *Reader) Int8() (int8, error)
- func (reader *Reader) ReadByte() (byte, error)
- func (reader *Reader) String() (string, error)
- func (reader *Reader) UInt32() (uint32, error)
- func (reader *Reader) UInt64() (uint64, error)
- func (reader *Reader) UInt8() (uint8, error)
- func (reader *Reader) Uvarint() (uint64, error)
- type Writer
- func (writer *Writer) Bool(v bool) error
- func (writer *Writer) Bytes(str []byte) error
- func (writer *Writer) Float32(v float32) error
- func (writer *Writer) Float64(v float64) error
- func (writer *Writer) Flush() error
- func (writer *Writer) Int32(v int32) error
- func (writer *Writer) Int64(v int64) error
- func (writer *Writer) Int8(v int8) error
- func (writer *Writer) String(v string) error
- func (writer *Writer) UInt32(v uint32) error
- func (writer *Writer) UInt64(v uint64) error
- func (writer *Writer) UInt8(v uint8) error
- func (writer *Writer) Uvarint(v uint64) error
- func (writer *Writer) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.