dirtyRead method

void dirtyRead()

Implementation

void dirtyRead() {
  if (_stream.isClosed) return;
  _stream.add(_position);
}