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