wt.wrmf.transport.httptransport
Class ReconnectedHttpURLCon.ReconnectedOS
java.lang.Object
java.io.OutputStream
wt.wrmf.transport.httptransport.ReconnectedHttpURLCon.ReconnectedOS
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReconnectedHttpURLCon
- private class ReconnectedHttpURLCon.ReconnectedOS
- extends OutputStream
- implements Serializable
Method Summary |
void |
close()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
os
private OutputStream os
ReconnectedHttpURLCon.ReconnectedOS
public ReconnectedHttpURLCon.ReconnectedOS(OutputStream os)
write
public void write(int ch)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException