Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / TempFile / <init>

<init>

TempFile(prefix: String = "", suffix: String = "")

The temporary file will be created inside the filesystem’s temporary folder (system property: java.io.tmpdir).

Parameters

prefix - The temp filename’s prefix

suffix - The temp filename’s suffixTempFile(dir: KScalar<Path>, prefix: String, suffix: String) TempFile(dir: KScalar<Path>, prefix: Text, suffix: Text)

Parameters

dir - The directory in which to create the temp file

prefix - The temp filename’s prefix

suffix - The temp filename’s suffix