public interface ProtoIO
extends org.marid.io.IOCloseable
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
call(org.marid.io.IOBiFunction<InputStream,OutputStream,T> function) |
default void |
doWith(org.marid.io.IOBiConsumer<InputStream,OutputStream> consumer) |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
InputStream getInputStream()
OutputStream getOutputStream()
default void doWith(org.marid.io.IOBiConsumer<InputStream,OutputStream> consumer) throws IOException
IOExceptiondefault <T> T call(org.marid.io.IOBiFunction<InputStream,OutputStream,T> function) throws IOException
IOExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.