public interface IOPeon extends Closeable
Modifier and Type | Method and Description |
---|---|
File |
getFile(String filename) |
InputStream |
makeInputStream(String filename) |
OutputStream |
makeOutputStream(String filename) |
OutputStream makeOutputStream(String filename) throws IOException
IOException
InputStream makeInputStream(String filename) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.