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 © 2005-2010 Potix Corporation. All Rights Reserved.