Constructor and Description |
---|
TmpFileIOPeon() |
TmpFileIOPeon(boolean allowOverwrite) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
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 IOPeon
IOException
public InputStream makeInputStream(String filename) throws IOException
makeInputStream
in interface IOPeon
IOException
public void cleanup() throws IOException
cleanup
in interface IOPeon
IOException
public boolean isOverwriteAllowed()
Copyright © 2011–2016. All rights reserved.