byteOffset property
int
get
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;
@return index of next byte in input byte array which would be read by the next call to {@link #readBits(int)}.
int get byteOffset => _byteOffset;