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 © 2010 - 2019 Adobe. All Rights Reserved