public class PersistentInputStream
extends java.io.FilterInputStream
| Constructor | Description |
|---|---|
PersistentInputStream(java.io.InputStream pStream) |
Ctor.
|
PersistentInputStream(java.io.InputStream pStream,
boolean pClosable) |
Ctor.
|
| Modifier and Type | Method | 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.