public interface IOPeon
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
InputStream |
makeInputStream(String filename) |
OutputStream |
makeOutputStream(String filename) |
OutputStream makeOutputStream(String filename) throws IOException
IOExceptionInputStream makeInputStream(String filename) throws IOException
IOExceptionvoid cleanup()
throws IOException
IOExceptionCopyright © 2011–2015. All rights reserved.