@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, skip
public UnclosableInputStream(InputStream delegate)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2018 Arno Unkrig. All rights reserved.