Documentation ¶
Index ¶
- func ReadString(b []byte) (string, []byte)
- func ReadStrings(b []byte) ([]string, []byte)
- func ReadU32BE(b []byte) (uint32, []byte)
- func ReadU64BE(b []byte) (uint64, []byte)
- func WriteString(b []byte, v string) []byte
- func WriteStrings(b []byte, values []string) []byte
- func WriteU32BE(b []byte, n uint32) []byte
- func WriteU64BE(b []byte, n uint64) []byte
- type Appender
- type Shifter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadString ¶
func ReadStrings ¶
func WriteString ¶
func WriteStrings ¶
func WriteU32BE ¶
func WriteU64BE ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.