Documentation ¶
Overview ¶
Package endian implements binary.Reader and binary.Writer for reading / writing simple primivite types from a binary source.
Boolean values are encoded as single bytes, where 0 represents false and non- zero represents true.
Numeric types are all encoded as the simple native representation, but no attempt is made to align them.
Strings are encoded in C style null terminated form.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.