Static methods

@:throws("java.io.IOException")staticopen(param1:Path, param2:Rest<OpenOption>):FileChannel

@:throws("java.io.IOException")staticopen(param1:Path, param2:Set<OpenOption>, param3:Rest<FileAttribute<Dynamic>>):FileChannel

Methods

@:throws("java.io.IOException")force(param1:Bool):Void

@:throws("java.io.IOException")finallock():FileLock

@:throws("java.io.IOException")lock(param1:Int64, param2:Int64, param3:Bool):FileLock

@:throws("java.io.IOException")map(param1:FileChannel_MapMode, param2:Int64, param3:Int64):MappedByteBuffer

@:throws("java.io.IOException")position(param1:Int64):FileChannel

@:throws("java.io.IOException")position():Int64

@:throws("java.io.IOException")read(param1:ByteBuffer, param2:Int64):Int

@:throws("java.io.IOException")read(param1:ByteBuffer):Int

@:throws("java.io.IOException")read(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64

@:throws("java.io.IOException")finalread(param1:NativeArray<ByteBuffer>):Int64

@:throws("java.io.IOException")size():Int64

@:throws("java.io.IOException")transferFrom(param1:ReadableByteChannel, param2:Int64, param3:Int64):Int64

@:throws("java.io.IOException")transferTo(param1:Int64, param2:Int64, param3:WritableByteChannel):Int64

@:throws("java.io.IOException")truncate(param1:Int64):FileChannel

@:throws("java.io.IOException")finaltryLock():FileLock

@:throws("java.io.IOException")tryLock(param1:Int64, param2:Int64, param3:Bool):FileLock

@:throws("java.io.IOException")write(param1:ByteBuffer, param2:Int64):Int

@:throws("java.io.IOException")write(param1:ByteBuffer):Int

@:throws("java.io.IOException")write(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64

@:throws("java.io.IOException")finalwrite(param1:NativeArray<ByteBuffer>):Int64

Inherited Variables

Inherited Methods

Defined by AbstractInterruptibleChannel

@:throws("java.io.IOException")finalclose():Void

finalisOpen():Bool