open class AsyncFile : ReadStream<Buffer>, WriteStream<Buffer>
Represents a file on the file-system which can be read from, or written to asynchronously. This class also implements io.vertx.reactivex.core.streams.ReadStream and io.vertx.reactivex.core.streams.WriteStream. This allows the data to be pumped to and from other streams, e.g. an io.vertx.reactivex.core.http.HttpClientRequest instance, using the io.vertx.reactivex.core.streams.Pump class NOTE: This class has been automatically generated from the io.vertx.core.file.AsyncFile non RX-ified interface using Vert.x codegen. |
|
open class FileProps
Represents properties of a file on the file system. NOTE: This class has been automatically generated from the io.vertx.core.file.FileProps non RX-ified interface using Vert.x codegen. |
|
open class FileSystem
Contains a broad set of operations for manipulating files on the file system. A (potential) blocking and non blocking version of each operation is provided. The non blocking versions take a handler which is called when the operation completes or an error occurs. The blocking versions are named Please consult the documentation for more information on file system support. NOTE: This class has been automatically generated from the io.vertx.core.file.FileSystem non RX-ified interface using Vert.x codegen. |
|
open class FileSystemProps
Represents properties of the file system. NOTE: This class has been automatically generated from the io.vertx.core.file.FileSystemProps non RX-ified interface using Vert.x codegen. |