Documentation
¶
Index ¶
- type Decoder
- func (d Decoder) Bytes(n int) ([]byte, error)
- func (d Decoder) Int(bitSize int, order binary.ByteOrder) (int, error)
- func (d Decoder) Int16(order binary.ByteOrder) (int16, error)
- func (d Decoder) Int32(order binary.ByteOrder) (int32, error)
- func (d Decoder) Int64(order binary.ByteOrder) (int64, error)
- func (d Decoder) Uint(bitSize int, order binary.ByteOrder) (uint, error)
- func (d Decoder) Uint16(order binary.ByteOrder) (uint16, error)
- func (d Decoder) Uint32(order binary.ByteOrder) (uint32, error)
- func (d Decoder) Uint64(order binary.ByteOrder) (uint64, 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.