public class ND4JFileUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
createTempFile(String prefix,
String suffix)
Create a temporary file in the location specified by
ND4JSystemProperties.ND4J_TEMP_DIR_PROPERTY if set,
or the default temporary directory (usually specified by java.io.tmpdir system property) |
static File |
getTempDir()
Get the temporary directory.
|
public static File createTempFile(String prefix, String suffix)
ND4JSystemProperties.ND4J_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)public static File getTempDir()
ND4JSystemProperties.ND4J_TEMP_DIR_PROPERTY if set,
or the default temporary directory (usually specified by java.io.tmpdir system property)Copyright © 2022. All rights reserved.