public final class TempFile
extends java.lang.Object
Constructor and Description |
---|
TempFile() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
createTempFile(java.lang.String prefix,
java.lang.String suffix)
Creates a temporary file.
|
public static java.io.File createTempFile(java.lang.String prefix, java.lang.String suffix)
poi.keep.tmp.files
.
Don't forget to close all files or it might not be possible to delete them.
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.