|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.sibvisions.util.io.NonClosingOutputStream
public class NonClosingOutputStream
The NonClosingOutputStream
is an OutputStream
wrapper that is not closable.
Field Summary |
---|
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
NonClosingOutputStream(java.io.OutputStream pStream)
Creates a new instance of NonClosingInputStream . |
Method Summary | |
---|---|
void |
close()
|
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 |
---|
public NonClosingOutputStream(java.io.OutputStream pStream)
NonClosingInputStream
.
pStream
- the wrapped streamMethod Detail |
---|
public void close()
close
in interface java.io.Closeable
close
in class java.io.FilterOutputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |