org.sblim.cimclient.internal.http.io

Class PersistentOutputStream

public class PersistentOutputStream extends FilterOutputStream

Class PersistentOutputStream implements an output stream for which close() can be disabled.
Constructor Summary
PersistentOutputStream(OutputStream pStream)
Ctor.
PersistentOutputStream(OutputStream pStream, boolean pClosable)
Ctor.
Method Summary
voidclose()

Constructor Detail

PersistentOutputStream

public PersistentOutputStream(OutputStream pStream)
Ctor.

Parameters: pStream The underlying stream

PersistentOutputStream

public PersistentOutputStream(OutputStream pStream, boolean pClosable)
Ctor.

Parameters: pStream The underlying stream pClosable If false this stream will ignore calls to the close() method.

Method Detail

close

public void close()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.