Uses of Class
io.netty.handler.codec.compression.DecompressionException
Packages that use DecompressionException
Package
Description
-
Uses of DecompressionException in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that throw DecompressionExceptionModifier and TypeMethodDescriptionvoidvoidAdd a new input buffer.voidBrotliDecompressor.Builder.build(ByteBufAllocator allocator) Bzip2Decompressor.Builder.build(ByteBufAllocator allocator) abstract DecompressorDecompressor.AbstractDecompressorBuilder.build(ByteBufAllocator allocator) FastLzFrameDecompressor.Builder.build(ByteBufAllocator allocator) JdkZlibDecompressor.Builder.build(ByteBufAllocator allocator) Lz4FrameDecompressor.Builder.build(ByteBufAllocator allocator) LzfDecompressor.Builder.build(ByteBufAllocator allocator) SnappyFrameDecompressor.Builder.build(ByteBufAllocator allocator) ZstdDecompressor.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()BrotliDecompressor.status()Bzip2Decompressor.status()Decompressor.status()Get the current status.FastLzFrameDecompressor.status()JdkZlibDecompressor.status()Lz4FrameDecompressor.status()LzfDecompressor.status()SnappyFrameDecompressor.status()ZstdDecompressor.status()BrotliDecompressor.takeOutput()Decompressor.takeOutput()Take a decompressed buffer from this decompressor.ZstdDecompressor.takeOutput()