File Handle
fun FileHandle( filename: A_String, alignment: Int, canRead: Boolean, canWrite: Boolean, channel: AsynchronousFileChannel)
Content copied to clipboard
Construct a new file handle.
Parameters
filename
The name of the file.
alignment
The alignment by which to access the file.
can Read
Whether the file can be read.
can Write
Whether the file can be written.
channel
The AsynchronousFileChannel with which to do reading and writing.