Package io.deephaven.parquet.compress
Class CompressorAdapter.InputStreamNoClose
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
io.deephaven.parquet.compress.CompressorAdapter.InputStreamNoClose
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing interface:
- CompressorAdapter
An
InputStream
that will not close the underlying stream when InputStream.close()
is called.-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
-