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
IOException
public Path get()
get
in interface java.util.function.Supplier<Path>
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException