Documentation ¶
Index ¶
- func Get16(b []byte) (uint16, []byte)
- func Get32(b []byte) (uint32, []byte)
- func Get64(b []byte) (uint64, []byte)
- func Get8(b []byte) (uint8, []byte)
- func Getb(b []byte) ([]byte, []byte)
- func Gets(b []byte) (string, []byte)
- func Put16(b []byte, v uint16) []byte
- func Put32(b []byte, v uint32) []byte
- func Put64(b []byte, v uint64) []byte
- func Put8(b []byte, v uint8) []byte
- func Putb(b []byte, v []byte) []byte
- func Puts(b []byte, v string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.