com.sibvisions.util.io
Class NonClosingOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.sibvisions.util.io.NonClosingOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class NonClosingOutputStream
- extends FilterOutputStream
The NonClosingOutputStream is an OutputStream 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 |
NonClosingOutputStream
public NonClosingOutputStream(OutputStream 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 FilterOutputStream
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.