Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMalformedError ¶
IsMalformedError returns whether the error indicates a malformed data source
func ReadElement ¶
ReadElement reads the next sequence of bytes from r using little endian depending on the concrete type of element pointed to.
func ReadElements ¶
ReadElements reads multiple items from r. It is equivalent to multiple calls to ReadElement.
func WriteElement ¶
WriteElement writes the little endian representation of element to w.
func WriteElements ¶
WriteElements writes multiple items to w. It is equivalent to multiple calls to writeElement.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.