Uses of Class
io.vertx.mutiny.core.file.AsyncFile
Packages that use AsyncFile
-
Uses of AsyncFile in io.vertx.mutiny.core.file
Fields in io.vertx.mutiny.core.file with type parameters of type AsyncFileMethods in io.vertx.mutiny.core.file that return AsyncFileModifier and TypeMethodDescriptionAsyncFile.drainHandler
(Runnable handler) AsyncFile.endHandler
(Runnable endHandler) AsyncFile.exceptionHandler
(Consumer<Throwable> handler) AsyncFile.fetch
(long amount) AsyncFile.flushAndForget()
Variant offlush()
that ignores the result of the operation.static AsyncFile
AsyncFile.newInstance
(io.vertx.core.file.AsyncFile arg) FileSystem.openAndAwait
(String path, io.vertx.core.file.OpenOptions options) Blocking variant ofFileSystem.open(String,OpenOptions)
.FileSystem.openBlocking
(String path, io.vertx.core.file.OpenOptions options) AsyncFile.pause()
AsyncFile.readAndForget
(Buffer buffer, int offset, long position, int length) Variant ofread(io.vertx.mutiny.core.buffer.Buffer,int,long,int)
that ignores the result of the operation.AsyncFile.resume()
AsyncFile.setReadBufferSize
(int readBufferSize) AsyncFile.setReadLength
(long readLength) AsyncFile.setReadPos
(long readPos) AsyncFile.setWritePos
(long writePos) AsyncFile.setWriteQueueMaxSize
(int maxSize) Methods in io.vertx.mutiny.core.file that return types with arguments of type AsyncFile -
Uses of AsyncFile in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return AsyncFile