wt.wrmf.transport.httptransport
Class FlaggedHTTPResponse.TrailerOutputStream
java.lang.Object
java.io.OutputStream
wt.wrmf.transport.httptransport.FlaggedHTTPResponse.TrailerOutputStream
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FlaggedHTTPResponse
- class FlaggedHTTPResponse.TrailerOutputStream
- extends OutputStream
- implements Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oos
private OutputStream oos
FlaggedHTTPResponse.TrailerOutputStream
public FlaggedHTTPResponse.TrailerOutputStream(OutputStream os)
throws IOException
write
public void write(int ch)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
finish
public void finish()
throws IOException
- Throws:
IOException