public class NamedTemporaryFile extends Object implements Closeable, java.util.function.Supplier<Path>
| Constructor and Description |
|---|
NamedTemporaryFile(String prefix,
String suffix,
FileAttribute<?>... attrs) |
public NamedTemporaryFile(String prefix, String suffix, FileAttribute<?>... attrs) throws IOException
IOExceptionpublic Path get()
get in interface java.util.function.Supplier<Path>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOException