Package org.sblim.wbem.http.io
Class PersistentInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.sblim.wbem.http.io.PersistentInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class PersistentInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description PersistentInputStream(java.io.InputStream is)
PersistentInputStream(java.io.InputStream is, boolean closable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-