readLength property
int
get
readLength
Gets the number of bytes that have been read so far.
Implementation
int get readLength {
return _current;
}
Gets the number of bytes that have been read so far.
int get readLength {
return _current;
}