java.io.Closeable
, java.lang.AutoCloseable
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 | Description |
---|---|
CloseIgnoringInputStream(java.io.InputStream in) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.