wt.wrmf.transport.httptransport
Class ReconnectedHTTPResp.ReconnectedOS

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

private class ReconnectedHTTPResp.ReconnectedOS
extends OutputStream
implements Serializable


Field Summary
private  OutputStream os
           
 
Constructor Summary
ReconnectedHTTPResp.ReconnectedOS(OutputStream os)
           
ReconnectedHTTPResp.ReconnectedOS(OutputStream os, long position)
           
 
Method Summary
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int ch)
           
 
Methods inherited from class java.io.OutputStream
close
 
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

ReconnectedHTTPResp.ReconnectedOS

public ReconnectedHTTPResp.ReconnectedOS(OutputStream os)

ReconnectedHTTPResp.ReconnectedOS

public ReconnectedHTTPResp.ReconnectedOS(OutputStream os,
                                         long position)
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

flush

public void flush()
           throws IOException
Throws:
IOException