unreadLength property
int
get
unreadLength
Gets the number of bytes remaining to be read.
Implementation
int get unreadLength {
return _data.length - _current;
}
Gets the number of bytes remaining to be read.
int get unreadLength {
return _data.length - _current;
}