open class CopyOptionsConverter
Converter for io.vertx.core.file.CopyOptions. NOTE: This class has been automatically generated from the io.vertx.core.file.CopyOptions original class using Vert.x codegen. |
|
interface FileProps
Represents properties of a file on the file system. |
|
interface 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. |
|
open class OpenOptionsConverter
Converter for io.vertx.core.file.OpenOptions. NOTE: This class has been automatically generated from the io.vertx.core.file.OpenOptions original class using Vert.x codegen. |
open class FileSystemException : VertxException
Exception thrown by the FileSystem class |