com.sibvisions.util.io
Class NonClosingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.sibvisions.util.io.NonClosingInputStream
- All Implemented Interfaces:
- Closeable
public class NonClosingInputStream
- extends FilterInputStream
The NonClosingInputstream is an InputStream wrapper that is not closable.
|
Method Summary |
void |
close()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonClosingInputStream
public NonClosingInputStream(InputStream pStream)
- Creates a new instance of
NonClosingInputStream.
- Parameters:
pStream - the wrapped stream
close
public void close()
-
- Specified by:
close in interface Closeable- Overrides:
close in class FilterInputStream
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.