package java.nio.channels
extends AbstractInterruptibleChannel
implements SeekableByteChannel, GatheringByteChannel, ScatteringByteChannel
Available on java
staticopen(param1:Path, param2:NativeArray<OpenOption>):FileChannelstaticopen(param1:Path, param2:Set<OpenOption>, param3:NativeArray<FileAttribute<Dynamic>>):FileChannelforce(param1:Bool):Voidfinallock():FileLocklock(param1:Int64, param2:Int64, param3:Bool):FileLockmap(param1:FileChannel_MapMode, param2:Int64, param3:Int64):MappedByteBufferposition(param1:Int64):FileChannelposition():Int64read(param1:ByteBuffer, param2:Int64):Intread(param1:ByteBuffer):Intread(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64finalread(param1:NativeArray<ByteBuffer>):Int64size():Int64transferFrom(param1:ReadableByteChannel, param2:Int64, param3:Int64):Int64transferTo(param1:Int64, param2:Int64, param3:WritableByteChannel):Int64truncate(param1:Int64):FileChannelfinaltryLock():FileLocktryLock(param1:Int64, param2:Int64, param3:Bool):FileLockwrite(param1:ByteBuffer, param2:Int64):Intwrite(param1:ByteBuffer):Intwrite(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64finalwrite(param1:NativeArray<ByteBuffer>):Int64
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/channels/FileChannel.html