public class CloseIgnoringInputStream
extends java.io.FilterInputStream
InputStream
, which
ignores close requests made to it.
Useful with POIFSFileSystem
, where you want
to control the close yourself.Constructor and Description |
---|
CloseIgnoringInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.