com.sun.xml.ws.util
Class NoCloseInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.sun.xml.ws.util.NoCloseInputStream
- All Implemented Interfaces:
- Closeable
public class NoCloseInputStream
- extends FilterInputStream
InputStream
that cannot be closed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCloseInputStream
public NoCloseInputStream(InputStream is)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
doClose
public void doClose()
throws IOException
- Throws:
IOException