remaining property

int get remaining

Returns number of bits remaining

Implementation

int get remaining {
  return _bits.length - _offset;
}