FileHandle.from constructor
FileHandle.from()
Implementation
FileHandle.from(RandomAccessFile fp)
: _position = 0,
_path = "",
super(AbstractFileOpenMode.read) {
_file = fp;
_length = fp.lengthSync();
}