Documentation
¶
Index ¶
- func BufferToBytes(buf *bufio.Reader, bytesCount int) ([]byte, error)
- func BufferToFloat32(buf *bufio.Reader) (float32, error)
- func BufferToInt16(buf *bufio.Reader) (int16, error)
- func BufferToInt8(buf *bufio.Reader) (int8, error)
- func BufferToUint16(buf *bufio.Reader) (uint16, error)
- func BytesFromByte(value byte) ([]byte, error)
- func BytesFromFloat32(value float32) ([]byte, error)
- func BytesFromInt16(value int16) ([]byte, error)
- func BytesFromInt8(value int8) ([]byte, error)
- func BytesFromUint16(value uint16) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesFromByte ¶
func BytesFromFloat32 ¶
func BytesFromInt16 ¶
func BytesFromInt8 ¶
func BytesFromUint16 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.