Package loci.poi.util
Class TempFile
java.lang.Object
loci.poi.util.TempFile
Interface for creating temporary files. Collects them all into one directory.
- Author:
- Glen Stampoultzis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilecreateTempFile(String prefix, String suffix) Creates a temporary file.
-
Constructor Details
-
TempFile
public TempFile()
-
-
Method Details
-
createTempFile
Creates a temporary file. Files are collected into one directory and by default are deleted on exit from the VM. Files can be kept by defining the system propertypoi.keep.tmp.files.Dont forget to close all files or it might not be possible to delete them.
- Throws:
IOException
-