|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.sibvisions.util.io.NonClosingInputStream
public class NonClosingInputStream
The NonClosingInputstream
is an InputStream
wrapper that is not closable.
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
NonClosingInputStream(java.io.InputStream pStream)
Creates a new instance of NonClosingInputStream . |
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class java.io.FilterInputStream |
---|
available, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonClosingInputStream(java.io.InputStream pStream)
NonClosingInputStream
.
pStream
- the wrapped streamMethod Detail |
---|
public void close()
close
in interface java.io.Closeable
close
in class java.io.FilterInputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |