Uses of Class
io.netty.handler.codec.compression.DecompressionException
-
Packages that use DecompressionException Package Description io.netty.handler.codec.compression -
-
Uses of DecompressionException in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that throw DecompressionException Modifier and Type Method Description voidBrotliDecompressor. addInput(ByteBuf buf)voidDecompressor. addInput(ByteBuf buf)Add a new input buffer.voidZstdDecompressor. addInput(ByteBuf buf)DecompressorBrotliDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorBzip2Decompressor.Builder. build(ByteBufAllocator allocator)abstract DecompressorDecompressor.AbstractDecompressorBuilder. build(ByteBufAllocator allocator)DecompressorFastLzFrameDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorJdkZlibDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorLz4FrameDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorLzfDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorSnappyFrameDecompressor.Builder. build(ByteBufAllocator allocator)DecompressorZstdDecompressor.Builder. build(ByteBufAllocator allocator)voidDecompressor. close()Close this decompressor, cleaning up any associated resources.voidBrotliDecompressor. endOfInput()voidBzip2Decompressor. endOfInput()voidDecompressor. endOfInput()Notify the decompressor that the end of input has been reached.voidFastLzFrameDecompressor. endOfInput()voidJdkZlibDecompressor. endOfInput()voidLz4FrameDecompressor. endOfInput()voidLzfDecompressor. endOfInput()voidSnappyFrameDecompressor. endOfInput()voidZstdDecompressor. endOfInput()Decompressor.StatusBrotliDecompressor. status()Decompressor.StatusBzip2Decompressor. status()Decompressor.StatusDecompressor. status()Get the current status.Decompressor.StatusFastLzFrameDecompressor. status()Decompressor.StatusJdkZlibDecompressor. status()Decompressor.StatusLz4FrameDecompressor. status()Decompressor.StatusLzfDecompressor. status()Decompressor.StatusSnappyFrameDecompressor. status()Decompressor.StatusZstdDecompressor. status()ByteBufBrotliDecompressor. takeOutput()ByteBufDecompressor. takeOutput()Take a decompressed buffer from this decompressor.ByteBufZstdDecompressor. takeOutput()
-