Documentation ¶
Index ¶
- func Read(r io.Reader, order binary.ByteOrder, rawData any) error
- func ReadValue[T any](r io.Reader, order binary.ByteOrder) (T, error)
- func UvarintLen(x uint64) int
- func Write(w io.Writer, order binary.ByteOrder, rawData any) error
- func WriteUvarint(writer io.ByteWriter, value uint64) (int, error)
- type Reader
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UvarintLen ¶
func WriteUvarint ¶
func WriteUvarint(writer io.ByteWriter, value uint64) (int, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.