wt.wrmf.transport.httptransport
Class ReconnectedHttpURLCon.ReconnectedOS

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

private class ReconnectedHttpURLCon.ReconnectedOS
extends OutputStream
implements Serializable


Field Summary
private  OutputStream os
           
 
Constructor Summary
ReconnectedHttpURLCon.ReconnectedOS(OutputStream os)
           
 
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.io.OutputStream
flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

os

private OutputStream os
Constructor Detail

ReconnectedHttpURLCon.ReconnectedOS

public ReconnectedHttpURLCon.ReconnectedOS(OutputStream os)
Method Detail

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