@Deprecated public class UnclosableInputStream extends FilterInputStream
FilterInputStream which ignores all invocations of close().in| Constructor and Description |
|---|
UnclosableInputStream(InputStream delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
available, mark, markSupported, read, read, read, reset, skippublic UnclosableInputStream(InputStream delegate)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamCopyright © 2018 Arno Unkrig. All rights reserved.