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 IOPeon
IOException
public InputStream makeInputStream(String filename) throws IOException
makeInputStream
in interface IOPeon
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public boolean isOverwriteAllowed()
Copyright © 2011–2017. All rights reserved.