wt.util
Class WrappedPostlessSocket.Input
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
wt.util.WrappedPostlessSocket.Input
- Enclosing class:
- WrappedPostlessSocket
- class WrappedPostlessSocket.Input
- extends FilterInputStream
Method Summary |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstRead
private boolean firstRead
WrappedPostlessSocket.Input
public WrappedPostlessSocket.Input(InputStream input_stream)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException