public class TemporaryFile extends Object
| Constructor and Description |
|---|
TemporaryFile() |
| Modifier and Type | Method and Description |
|---|---|
static File |
create() |
static File |
create(String prefix,
String suffix) |
static File |
create(String prefix,
String suffix,
String dirPath)
Tworzy plik tymczasowy o nazwie prefix[..]suffix, gdzie [..] to losowy ciag cyfr.
|
public static File create() throws IOException
IOException#create(String, String, String)}public static File create(String prefix, String suffix) throws IOException
prefix - suffix - IOException#create(String, String, String)}public static File create(String prefix, String suffix, String dirPath) throws IOException
prefix - suffix - dirPath - IOExceptionCopyright © 2018 Suncode. All rights reserved.