Versions in this module Expand all Collapse all v2 v2.4.0 Oct 14, 2020 Changes in this version + type BitReader struct + func NewLargeBitReader(underlying io.Reader) *BitReader + func NewSmallBitReader(underlying io.Reader) *BitReader + func (r *BitReader) Pool() + func (r *BitReader) ReadFloat() float32 + func (r *BitReader) ReadSignedVarInt32() int32 + func (r *BitReader) ReadString() string + func (r *BitReader) ReadUBitInt() uint + func (r *BitReader) ReadVarInt32() uint32