|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.util.TempFile
Interface for creating temporary files. Collects them all into one directory.
Constructor Summary | |
TempFile()
|
Method Summary | |
static java.io.File |
createTempFile(java.lang.String prefix,
java.lang.String suffix)
Creates a temporary file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TempFile()
Method Detail |
public static java.io.File createTempFile(java.lang.String prefix, java.lang.String suffix) throws java.io.IOException
poi.keep.tmp.files
.
Dont forget to close all files or it might not be possible to delete them.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |