wt.wrmf.transport.httptransport
Class ReconnectedHttpURLCon.ReconnectedIS

java.lang.Object
  extended byjava.io.InputStream
      extended bywt.wrmf.transport.httptransport.ReconnectedHttpURLCon.ReconnectedIS
All Implemented Interfaces:
Serializable
Enclosing class:
ReconnectedHttpURLCon

private class ReconnectedHttpURLCon.ReconnectedIS
extends InputStream
implements Serializable


Field Summary
private  InputStream is
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
ReconnectedHttpURLCon.ReconnectedIS(InputStream is)
           
ReconnectedHttpURLCon.ReconnectedIS(InputStream is, long extraSkip)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is

private InputStream is
Constructor Detail

ReconnectedHttpURLCon.ReconnectedIS

public ReconnectedHttpURLCon.ReconnectedIS(InputStream is)

ReconnectedHttpURLCon.ReconnectedIS

public ReconnectedHttpURLCon.ReconnectedIS(InputStream is,
                                           long extraSkip)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

read

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

read

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

close

public void close()
           throws IOException
Throws:
IOException