public class CloseIgnoringInputStream extends FilterInputStream
InputStream, which
ignores close requests made to it.
Useful with POIFSFileSystem, where you want
to control the close yourself.in| Constructor and Description |
|---|
CloseIgnoringInputStream(InputStream is)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic CloseIgnoringInputStream(InputStream is)
is - input stream to wrap.public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamCopyright © 2000–2025 MPXJ. All rights reserved.