Versions in this module Expand all Collapse all v0 v0.0.2 Mar 15, 2023 Changes in this version + func HasSpace(buf []byte, pos int, n int) error + func ReadBits(buf []byte, pos *int, n int) (uint64, error) + func ReadBitsUnsafe(buf []byte, pos *int, n int) uint64 + func ReadFlag(buf []byte, pos *int) (bool, error) + func ReadFlagUnsafe(buf []byte, pos *int) bool + func ReadGolombSigned(buf []byte, pos *int) (int32, error) + func ReadGolombUnsigned(buf []byte, pos *int) (uint32, error) + func WriteBits(buf []byte, pos *int, bits uint64, n int)