Documentation
¶
Index ¶
- func TuxleString(reader bufio.Reader) (string, error)
- func Uint16(reader io.Reader) (uint16, error)
- func Uint32(reader io.Reader) (uint32, error)
- func Uint64(reader io.Reader) (uint64, error)
- func Uint8(reader io.Reader) (uint8, error)
- func WriteTuxleString(writer io.Writer, in string) error
- func WriteUint16(writer io.Writer, in uint16) error
- func WriteUint32(writer io.Writer, in uint32) error
- func WriteUint64(writer io.Writer, in uint64) error
- func WriteUint8(writer io.Writer, in uint8) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TuxleString ¶
Read a string that ends with '\x00' (null character)
func WriteTuxleString ¶
Write a string that ends with '\x00' (null character)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.