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 in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic CloseIgnoringInputStream(InputStream in)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamCopyright © 2020. All rights reserved.