Documentation
¶
Index ¶
- Variables
- func ReadBool(r io.Reader) (bool, error)
- func ReadBytes(r io.Reader) (b []byte, err error)
- func ReadUint16(r io.Reader) (uint16, error)
- func ReadUint32(r io.Reader) (uint32, error)
- func WriteBool(w io.Writer, b bool) error
- func WriteBytes(w io.Writer, s []byte) (err error)
- func WriteUint16(w io.Writer, i uint16) error
- func WriteUint32(w io.Writer, i uint32) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InvalidLengthErr = errors.New("invalid length")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.