wt.util
Class WrappedSocket.Input

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended bywt.util.WrappedSocket.Input
Enclosing class:
WrappedSocket

class WrappedSocket.Input
extends FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
WrappedSocket.Input(InputStream input_stream)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedSocket.Input

public WrappedSocket.Input(InputStream input_stream)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException