bitOffset property
int
get
bitOffset
@return index of next bit in current byte which would be read by the next call to {@link #readBits(int)}.
Implementation
int get bitOffset => _bitOffset;
@return index of next bit in current byte which would be read by the next call to {@link #readBits(int)}.
int get bitOffset => _bitOffset;