FileStream constructor

FileStream(
  1. RandomAccessFile _file
)

Create a new FileStream from a file

Implementation

FileStream(this._file);