wt.util
Class WrappedPostlessSocket.Input

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

class WrappedPostlessSocket.Input
extends FilterInputStream


Field Summary
private  boolean firstRead
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
WrappedPostlessSocket.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
 

Field Detail

firstRead

private boolean firstRead
Constructor Detail

WrappedPostlessSocket.Input

public WrappedPostlessSocket.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