org.sblim.cimclient.internal.http.io

Class PersistentInputStream

public class PersistentInputStream extends FilterInputStream

Class PersistentInputStream implements an input stream for which close() can be disabled.
Constructor Summary
PersistentInputStream(InputStream pStream)
Ctor.
PersistentInputStream(InputStream pStream, boolean pClosable)
Ctor.
Method Summary
voidclose()

Constructor Detail

PersistentInputStream

public PersistentInputStream(InputStream pStream)
Ctor.

Parameters: pStream The underlying stream

PersistentInputStream

public PersistentInputStream(InputStream 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.