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