Static methods

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

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

Methods

@:throws("java.lang.Exception")close():Void

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

finallock():Future<FileLock>

lock<A>(param1:Int64, param2:Int64, param3:Bool, param4:A, param5:CompletionHandler<FileLock, Dynamic>):Void

finallock<A>(param1:A, param2:CompletionHandler<FileLock, Dynamic>):Void

lock(param1:Int64, param2:Int64, param3:Bool):Future<FileLock>

read(param1:ByteBuffer, param2:Int64):Future<Integer>

read<A>(param1:ByteBuffer, param2:Int64, param3:A, param4:CompletionHandler<Integer, Dynamic>):Void

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

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

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

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

write(param1:ByteBuffer, param2:Int64):Future<Integer>

write<A>(param1:ByteBuffer, param2:Int64, param3:A, param4:CompletionHandler<Integer, Dynamic>):Void