vertx / io.vertx.kotlin.core.file

Package io.vertx.kotlin.core.file

Extensions for External Classes

io.vertx.core.file.AsyncFile

io.vertx.core.file.FileSystem

Functions

CopyOptions

fun CopyOptions(atomicMove: Boolean? = null, copyAttributes: Boolean? = null, nofollowLinks: Boolean? = null, replaceExisting: Boolean? = null): CopyOptions

A function providing a DSL for building io.vertx.core.file.CopyOptions objects.

FileSystemOptions

fun FileSystemOptions(classPathResolvingEnabled: Boolean? = null, fileCachingEnabled: Boolean? = null): FileSystemOptions

A function providing a DSL for building io.vertx.core.file.FileSystemOptions objects.

OpenOptions

fun OpenOptions(append: Boolean? = null, create: Boolean? = null, createNew: Boolean? = null, deleteOnClose: Boolean? = null, dsync: Boolean? = null, perms: String? = null, read: Boolean? = null, sparse: Boolean? = null, sync: Boolean? = null, truncateExisting: Boolean? = null, write: Boolean? = null): OpenOptions

A function providing a DSL for building io.vertx.core.file.OpenOptions objects.