Interface ByteBuffDecompressor

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
ZstdByteBuffDecompressor

@Private public interface ByteBuffDecompressor extends Closeable
Specification of a ByteBuff-based decompressor, which can be more efficient than the stream-based Decompressor.