package java.nio.channels
extends AbstractInterruptibleChannel
implements SeekableByteChannel, GatheringByteChannel, ScatteringByteChannel
Available on javaforce (param1:Bool):Voidlock ():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):Int64read (param1:NativeArray<ByteBuffer>):Int64size ():Int64transferFrom (param1:ReadableByteChannel, param2:Int64, param3:Int64):Int64transferTo (param1:Int64, param2:Int64, param3:WritableByteChannel):Int64truncate (param1:Int64):FileChanneltryLock ():FileLocktryLock (param1:Int64, param2:Int64, param3:Bool):FileLockwrite (param1:ByteBuffer, param2:Int64):Intwrite (param1:ByteBuffer):Intwrite (param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64write (param1:NativeArray<ByteBuffer>):Int64static open (param1:Path, param2:NativeArray<OpenOption>):FileChannelstatic open (param1:Path, param2:Set<OpenOption>, param3:NativeArray<FileAttribute<Dynamic>>):FileChannel
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/nio/channels/FileChannel.html