Class WALDecompressionBoundedDelegatingInputStream

java.lang.Object
java.io.InputStream
org.apache.hadoop.hbase.regionserver.wal.WALDecompressionBoundedDelegatingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

This class is only used by WAL ValueCompressor for decompression.

WARNING: The implementation is very tricky and does not follow typical InputStream pattern, so do not use it in any other places.