bitOffset property

int 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;