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, skip
public CloseIgnoringInputStream(InputStream is)
is
- input stream to wrap.public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2000–2024 Packwood Software. All rights reserved.