wt.util
Class WrappedSocket.Input
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
wt.util.WrappedSocket.Input
- Enclosing class:
- WrappedSocket
- class WrappedSocket.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 |
WrappedSocket.Input
public WrappedSocket.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