unreadLength property

int get unreadLength

Gets the number of bytes remaining to be read.

Implementation

int get unreadLength {
  return _data.length - _current;
}