org.sblim.cimclient.internal.http.io
public class PersistentOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
PersistentOutputStream(OutputStream pStream)
Ctor.
|
PersistentOutputStream(OutputStream pStream,
boolean pClosable)
Ctor.
|
public PersistentOutputStream(OutputStream pStream)
pStream
- The underlying streampublic PersistentOutputStream(OutputStream pStream, boolean pClosable)
pStream
- The underlying streampClosable
- If false
this stream will ignore calls to the
close() method.public void close() throws IOException
close
in interface Closeable
close
in class FilterOutputStream
IOException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.