BytesFileIO constructor
BytesFileIO(
- RandomAccessFile io, {
- int? length,
Implementation
BytesFileIO(RandomAccessFile io, {int? length})
: this._(io, length ??= io.lengthSync());