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