public class StdProtoIO extends Object implements ProtoIO, Closeable
| Constructor and Description |
|---|
StdProtoIO(InputStream inputStream,
OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSafelypublic StdProtoIO(InputStream inputStream, OutputStream outputStream) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic InputStream getInputStream()
getInputStream in interface ProtoIOpublic OutputStream getOutputStream()
getOutputStream in interface ProtoIOCopyright © 2012–2017 MARID software development group. All rights reserved.