public class DL4JFileUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
createTempFile(String prefix,
String suffix)
Create a temporary file in the location specified by
DL4JSystemProperties.DL4J_TEMP_DIR_PROPERTY if set,
or the default temporary directory (usually specified by java.io.tmpdir system property) |
public static File createTempFile(String prefix, String suffix)
DL4JSystemProperties.DL4J_TEMP_DIR_PROPERTY if set,
or the default temporary directory (usually specified by java.io.tmpdir system property)prefix - Prefix for generating file's name; must be at least 3 characeterssuffix - Suffix for generating file's name; may be null (".tmp" will be used if null)Copyright © 2019. All rights reserved.