public class SafeFileInputStream
extends java.io.FilterInputStream
SafeFileOutputStream| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
EXTENSION |
| Constructor and Description |
|---|
SafeFileInputStream(java.io.File file) |
SafeFileInputStream(java.lang.String targetPath,
java.lang.String tempPath)
If targetPath is null, the file will be created in the default-temporary directory.
|
protected static final java.lang.String EXTENSION
public SafeFileInputStream(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic SafeFileInputStream(java.lang.String targetPath,
java.lang.String tempPath)
throws java.io.IOException
java.io.IOException