class FileChannel
package java.nio.channels
extends AbstractInterruptibleChannel
implements SeekableByteChannel, GatheringByteChannel, ScatteringByteChannel
Available on java
Available on java
staticopen(param1:Path, param2:NativeArray<OpenOption>):FileChannel
staticopen(param1:Path, param2:Set<OpenOption>, param3:NativeArray<FileAttribute<Dynamic>>):FileChannel
read(param1:ByteBuffer, param2:Int64):Int
read(param1:ByteBuffer):Int
read(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64
finalread(param1:NativeArray<ByteBuffer>):Int64
write(param1:ByteBuffer, param2:Int64):Int
write(param1:ByteBuffer):Int
write(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64
finalwrite(param1:NativeArray<ByteBuffer>):Int64