remaining property
int
get
remaining
Returns number of bits remaining
Implementation
int get remaining {
return _bits.length - _offset;
}
Returns number of bits remaining
int get remaining {
return _bits.length - _offset;
}