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, skip
public 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 Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.