com.sun.xml.ws.util
Class NoCloseOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.sun.xml.ws.util.NoCloseOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class NoCloseOutputStream
- extends FilterOutputStream
OutputStream
that cannot be closed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCloseOutputStream
public NoCloseOutputStream(OutputStream out)
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