vertx / io.vertx.reactivex.core.file / FileSystemProps

FileSystemProps

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.

Constructors

<init>

FileSystemProps(delegate: FileSystemProps)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<FileSystemProps>

Functions

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): FileSystemProps

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: FileSystemProps): FileSystemProps

toString

open fun toString(): String

totalSpace

open fun totalSpace(): Long

unallocatedSpace

open fun unallocatedSpace(): Long

usableSpace

open fun usableSpace(): Long