org.sblim.cimclient.internal.http.io
public class PersistentOutputStream extends FilterOutputStream
| Constructor Summary | |
|---|---|
| PersistentOutputStream(OutputStream pStream)
Ctor.
| |
| PersistentOutputStream(OutputStream 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.