Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode decodes data from io reader to specified interfaces
Example:
var num1 uint16 var num2 uint32 // read the buffer 2 bytes and 4 bytes sequentially // decode and output corresponding uint16 and uint32 number into num1 and num2 respectively err := Decode(buffer, &num1, &num2)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.