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, skip
public UnclosableInputStream(InputStream in)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream