Documentation ¶
Index ¶
- Variables
- func DecodeUint24LE(b []byte) uint32
- func DecodeUint32LE(b []byte) uint32
- func DecodeUint64LE(b []byte) uint64
- func EncodeUint128LE(u, v uint64, b []byte)
- func EncodeUint24LE(v uint32, b []byte)
- func EncodeUint32LE(v uint32, b []byte)
- func EncodeUint64LE(v uint64, b []byte)
- func ExpectEOF(r io.Reader) error
- func ReadByte(r io.Reader) (byte, error)
- func ReadFull(r io.Reader, buf []byte) error
- func ReadUint128LE(r io.Reader, buf []byte) error
- func ReadUint24LE(r io.Reader) (uint32, error)
- func ReadUint32LE(r io.Reader) (uint32, error)
- func ReadUint32LEAsInt(r io.Reader) (int, error)
- func ReadUint64LE(r io.Reader) (uint64, error)
- func WriteUint128LE(w io.Writer, b []byte) error
- func WriteUint24LE(w io.Writer, v uint32) error
- func WriteUint32LE(w io.Writer, v uint32) error
- func WriteUint64LE(w io.Writer, v uint64) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTrailingData = errors.New("unexpected trailing data")
Functions ¶
func DecodeUint24LE ¶
func DecodeUint32LE ¶
func DecodeUint64LE ¶
func EncodeUint128LE ¶
func EncodeUint24LE ¶
func EncodeUint32LE ¶
func EncodeUint64LE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.