class java.nio.channels.FileChannel extends AbstractInterruptibleChannel implements SeekableByteChannel implements GatheringByteChannel implements ScatteringByteChannel
Available on java
Class Fields
static function open(param1:Path, param2:Set<OpenOption>, param3:NativeArray<FileAttribute<Dynamic>>):FileChannel
static function open(param1:Path, param2:NativeArray<OpenOption>):FileChannel
Instance Fields
function read(param1:ByteBuffer):Int
function read(param1:ByteBuffer, param2:Int64):Int
function read(param1:NativeArray<ByteBuffer>):Int64
function read(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64
function write(param1:ByteBuffer):Int
function write(param1:ByteBuffer, param2:Int64):Int
function write(param1:NativeArray<ByteBuffer>):Int64
function write(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64