public class PersistentInputStream
extends java.io.FilterInputStream
Constructor and Description |
---|
PersistentInputStream(java.io.InputStream pStream)
Ctor.
|
PersistentInputStream(java.io.InputStream pStream,
boolean pClosable)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
public PersistentInputStream(java.io.InputStream pStream)
pStream
- The underlying streampublic PersistentInputStream(java.io.InputStream pStream, boolean pClosable)
pStream
- The underlying streampClosable
- If false
this stream will ignore calls to the
close() method.Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.