public class TmpFileIOPeon extends Object implements IOPeon
| Constructor and Description |
|---|
TmpFileIOPeon() |
TmpFileIOPeon(boolean allowOverwrite) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getFile(String filename) |
boolean |
isOverwriteAllowed() |
InputStream |
makeInputStream(String filename) |
OutputStream |
makeOutputStream(String filename) |
public TmpFileIOPeon()
public TmpFileIOPeon(boolean allowOverwrite)
public OutputStream makeOutputStream(String filename) throws IOException
makeOutputStream in interface IOPeonIOExceptionpublic InputStream makeInputStream(String filename) throws IOException
makeInputStream in interface IOPeonIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean isOverwriteAllowed()
Copyright © 2011–2017. All rights reserved.