class AsynchronousFileChannel
package java.nio.channels
implements AsynchronousChannel
Available on jvm
Available on jvm
staticopen(param1:Path, param2:Set<OpenOption>, param3:ExecutorService, param4:Rest<FileAttribute<Dynamic>>):AsynchronousFileChannel
staticopen(param1:Path, param2:Rest<OpenOption>):AsynchronousFileChannel
lock<A>(param1:Int64, param2:Int64, param3:Bool, param4:A, param5:CompletionHandler<FileLock, Dynamic>):Void
finallock():Future<FileLock>
lock(param1:Int64, param2:Int64, param3:Bool):Future<FileLock>
finallock<A>(param1:A, param2:CompletionHandler<FileLock, Dynamic>):Void
read<A>(param1:ByteBuffer, param2:Int64, param3:A, param4:CompletionHandler<Integer, Dynamic>):Void
read(param1:ByteBuffer, param2:Int64):Future<Integer>
write<A>(param1:ByteBuffer, param2:Int64, param3:A, param4:CompletionHandler<Integer, Dynamic>):Void
write(param1:ByteBuffer, param2:Int64):Future<Integer>