Documentation ¶
Index ¶
- func ReadBool(buf []byte, pos int32) bool
- func ReadFloat32(buf []byte, pos int32, isBigEndian bool) float32
- func ReadFloat64(buf []byte, pos int32, isBigEndian bool) float64
- func ReadInt16(buf []byte, pos int32, isBigEndian bool) int16
- func ReadInt32(buf []byte, pos int32, isBigEndian bool) int32
- func ReadInt64(buf []byte, pos int32, isBigEndian bool) int64
- func ReadUInt16(buf []byte, pos int32, isBigEndian bool) uint16
- func ReadUInt8(buf []byte, pos int32) uint8
- func WriteBool(buf []byte, pos int32, v bool)
- func WriteFloat32(buf []byte, pos int32, v float32, isBigEndian bool)
- func WriteFloat64(buf []byte, pos int32, v float64, isBigEndian bool)
- func WriteInt16(buf []byte, pos int32, v int16, isBigEndian bool)
- func WriteInt32(buf []byte, pos int32, v int32, isBigEndian bool)
- func WriteInt64(buf []byte, pos int32, v int64, isBigEndian bool)
- func WriteUInt16(buf []byte, pos int32, v uint16, isBigEndian bool)
- func WriteUInt8(buf []byte, pos int32, v uint8)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteUInt8 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.