package java.nio.channels
implements AsynchronousChannel
Available on java
staticopen(param1:Path, param2:NativeArray<OpenOption>):AsynchronousFileChannelstaticopen(param1:Path, param2:Set<OpenOption>, param3:ExecutorService, param4:NativeArray<FileAttribute<Dynamic>>):AsynchronousFileChannelclose():Voidforce(param1:Bool):VoidisOpen():Boolfinallock():Future<FileLock>lock<A>(param1:Int64, param2:Int64, param3:Bool, param4:A, param5:CompletionHandler<FileLock, Dynamic>):Voidfinallock<A>(param1:A, param2:CompletionHandler<FileLock, Dynamic>):Voidlock(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>):Voidsize():Int64truncate(param1:Int64):AsynchronousFileChannelfinaltryLock():FileLocktryLock(param1:Int64, param2:Int64, param3:Bool):FileLockwrite(param1:ByteBuffer, param2:Int64):Future<Integer>write<A>(param1:ByteBuffer, param2:Int64, param3:A, param4:CompletionHandler<Integer, Dynamic>):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/channels/AsynchronousFileChannel.html