byteOffset property

int byteOffset

@return index of next byte in input byte array which would be read by the next call to {@link #readBits(int)}.

Implementation

int get byteOffset => _byteOffset;