readLength property

int get readLength

Gets the number of bytes that have been read so far.

Implementation

int get readLength {
  return _current;
}