Documentation
¶
Index ¶
- func Int16(reader io.Reader) (int16, error)
- func Int32(reader io.Reader) (int32, error)
- func Int64(reader io.Reader) (int64, error)
- func Int8(reader io.Reader) (int8, error)
- 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 WriteInt16(writer io.Writer, in int16) error
- func WriteInt32(writer io.Writer, in int32) error
- func WriteInt64(writer io.Writer, in int64) error
- func WriteInt8(writer io.Writer, in int8) 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.