com.sun.xml.ws.util
Class NoCloseOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by com.sun.xml.ws.util.NoCloseOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class NoCloseOutputStream
extends FilterOutputStream

OutputStream that cannot be closed.


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
NoCloseOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void doClose()
           
 
Methods inherited from class java.io.FilterOutputStream
flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCloseOutputStream

public NoCloseOutputStream(OutputStream out)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterOutputStream
Throws:
IOException

doClose

public void doClose()
             throws IOException
Throws:
IOException