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, skip
public CloseIgnoringInputStream(InputStream in)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2020. All rights reserved.