public static class SeekableStream.UnclosableInputStream extends FilterInputStream
InputStream so that
close does not propagate to the underlying stream.| Constructor and Description |
|---|
UnclosableInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic UnclosableInputStream(InputStream in)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStream