Class FastLzFrameDecompressor

java.lang.Object
io.netty.handler.codec.compression.FastLzFrameDecompressor
All Implemented Interfaces:
Decompressor, AutoCloseable

@UnstableApi public final class FastLzFrameDecompressor extends Object
Uncompresses a ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm. See FastLZ format.

This API is still in progress as part of the decompression migration tracked by #16743.