public class PersistentInputStream extends FilterInputStream
in| Constructor and Description |
|---|
PersistentInputStream(InputStream pStream)
Ctor.
|
PersistentInputStream(InputStream pStream,
boolean pClosable)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic PersistentInputStream(InputStream pStream)
pStream - The underlying streampublic PersistentInputStream(InputStream 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 Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.