Versions in this module Expand all Collapse all v0 v0.7.6 Jun 15, 2024 Changes in this version + func PackStrArr(w io.Writer, strs []string) error + func PackUInt(w io.Writer, ival uint64) error + func PackValue(w io.Writer, barr []byte) error + func UnpackStrArr(r FullByteReader) ([]string, error) + func UnpackUInt(r io.ByteReader) (uint64, error) + func UnpackUIntAsInt(r io.ByteReader) (int, error) + func UnpackValue(r FullByteReader) ([]byte, error) + type FullByteReader interface + type Unpacker struct + Err error + R FullByteReader + func MakeUnpacker(r FullByteReader) *Unpacker + func (u *Unpacker) Error() error + func (u *Unpacker) UnpackStrArr(name string) []string + func (u *Unpacker) UnpackUInt(name string) int + func (u *Unpacker) UnpackValue(name string) []byte