org.sblim.cimclient.internal.http.io
public class PersistentInputStream extends FilterInputStream
Constructor Summary | |
---|---|
PersistentInputStream(InputStream pStream)
Ctor.
| |
PersistentInputStream(InputStream pStream, boolean pClosable)
Ctor.
|
Parameters: pStream The underlying stream
Parameters: pStream
The underlying stream pClosable
If false
this stream will ignore calls to the
close() method.