wt.wrmf.transport.httptransport
Class ReconnectedHttpURLCon.ReconnectedIS
java.lang.Object
java.io.InputStream
wt.wrmf.transport.httptransport.ReconnectedHttpURLCon.ReconnectedIS
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReconnectedHttpURLCon
- private class ReconnectedHttpURLCon.ReconnectedIS
- extends InputStream
- implements Serializable
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] b)
|
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 |
is
private InputStream is
ReconnectedHttpURLCon.ReconnectedIS
public ReconnectedHttpURLCon.ReconnectedIS(InputStream is)
ReconnectedHttpURLCon.ReconnectedIS
public ReconnectedHttpURLCon.ReconnectedIS(InputStream is,
long extraSkip)
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