FileHandle

constructor(filename: A_String, alignment: Int, canRead: Boolean, canWrite: Boolean, channel: AsynchronousFileChannel)

Construct a new file handle.

Parameters

filename

The name of the file.

alignment

The alignment by which to access the file.

canRead

Whether the file can be read.

canWrite

Whether the file can be written.

channel

The AsynchronousFileChannel with which to do reading and writing.