|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.sblim.cimclient.internal.http.io.PersistentInputStream
public class PersistentInputStream
Class PersistentInputStream implements an input stream for which close() can be disabled.
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
PersistentInputStream(java.io.InputStream pStream)
Ctor. |
|
PersistentInputStream(java.io.InputStream pStream,
boolean pClosable)
Ctor. |
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 PersistentInputStream(java.io.InputStream pStream)
pStream
- The underlying streampublic PersistentInputStream(java.io.InputStream pStream, boolean pClosable)
pStream
- The underlying streampClosable
- If false
this stream will ignore calls to the
close() method.Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.FilterInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |