Uses of Class
io.vertx.reactivex.core.file.AsyncFile
-
Packages that use AsyncFile Package Description io.vertx.reactivex.core.file io.vertx.reactivex.core.http -
-
Uses of AsyncFile in io.vertx.reactivex.core.file
Fields in io.vertx.reactivex.core.file with type parameters of type AsyncFile Modifier and Type Field Description static TypeArg<AsyncFile>AsyncFile. __TYPE_ARGMethods in io.vertx.reactivex.core.file that return AsyncFile Modifier and Type Method Description AsyncFileAsyncFile. drainHandler(Handler<Void> handler)AsyncFileAsyncFile. endHandler(Handler<Void> endHandler)AsyncFileAsyncFile. exceptionHandler(Handler<Throwable> handler)AsyncFileAsyncFile. fetch(long amount)AsyncFileAsyncFile. flush()Same asflush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>)but the handler will be called when the flush is complete or if an error occursAsyncFileAsyncFile. flush(Handler<AsyncResult<Void>> handler)Same asflush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>)but the handler will be called when the flush is complete or if an error occursAsyncFileAsyncFile. handler(Handler<Buffer> handler)static AsyncFileAsyncFile. newInstance(AsyncFile arg)AsyncFileFileSystem. openBlocking(String path, OpenOptions options)AsyncFileAsyncFile. pause()AsyncFileAsyncFile. read(Buffer buffer, int offset, long position, int length)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.AsyncFileAsyncFile. read(Buffer buffer, int offset, long position, int length, Handler<AsyncResult<Buffer>> handler)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.AsyncFileAsyncFile. resume()AsyncFileAsyncFile. setReadBufferSize(int readBufferSize)Sets the buffer size that will be used to read the data from the file.AsyncFileAsyncFile. setReadLength(long readLength)Sets the number of bytes that will be read when using the file as aReadStream.AsyncFileAsyncFile. setReadPos(long readPos)Sets the position from which data will be read from when using the file as aReadStream.AsyncFileAsyncFile. setWritePos(long writePos)Sets the position from which data will be written when using the file as aWriteStream.AsyncFileAsyncFile. setWriteQueueMaxSize(int maxSize)Methods in io.vertx.reactivex.core.file that return types with arguments of type AsyncFile Modifier and Type Method Description io.reactivex.Single<AsyncFile>FileSystem. rxOpen(String path, OpenOptions options)Open the file represented bypath, asynchronously.Method parameters in io.vertx.reactivex.core.file with type arguments of type AsyncFile Modifier and Type Method Description FileSystemFileSystem. open(String path, OpenOptions options, Handler<AsyncResult<AsyncFile>> handler)Open the file represented bypath, asynchronously. -
Uses of AsyncFile in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return AsyncFile Modifier and Type Method Description AsyncFileHttpServerFileUpload. file()
-