vertx / io.vertx.reactivex.core.file / FileProps

FileProps

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.

Constructors

<init>

FileProps(delegate: FileProps)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<FileProps>

Functions

creationTime

open fun creationTime(): Long

The date the file was created

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): FileProps

hashCode

open fun hashCode(): Int

isDirectory

open fun isDirectory(): Boolean

Is the file a directory?

isOther

open fun isOther(): Boolean

Is the file some other type? (I.e. not a directory, regular file or symbolic link)

isRegularFile

open fun isRegularFile(): Boolean

Is the file a regular file?

isSymbolicLink

open fun isSymbolicLink(): Boolean

Is the file a symbolic link?

lastAccessTime

open fun lastAccessTime(): Long

The date the file was last accessed

lastModifiedTime

open fun lastModifiedTime(): Long

The date the file was last modified

newInstance

open static fun newInstance(arg: FileProps): FileProps

size

open fun size(): Long

The size of the file, in bytes

toString

open fun toString(): String