kactoos-jvm / nnl.rocks.kactoos.io / TempFile / <init>
TempFile(prefix: String = "", suffix: String = "")
The temporary file will be created inside the filesystem’s
temporary folder (system property: java.io.tmpdir).
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)
dir - The directory in which to create the temp file
prefix - The temp filename’s prefix
suffix - The temp filename’s suffix