currentByteOffset property

int get currentByteOffset

Implementation

int get currentByteOffset {
  _checkNotDisposed();
  return _currentByteOffset;
}