Uses of Class
io.netty5.handler.codec.compression.DecompressionException
-
Packages that use DecompressionException Package Description io.netty5.handler.codec.compression -
-
Uses of DecompressionException in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that throw DecompressionException Modifier and Type Method Description BufferBrotliDecompressor. decompress(Buffer input, BufferAllocator allocator)BufferBzip2Decompressor. decompress(Buffer in, BufferAllocator allocator)BufferDecompressor. decompress(Buffer input, BufferAllocator allocator)This method will read from the inputBufferand decompress into a newBufferthat will be allocated (if needed) from theBufferAllocator.BufferFastLzDecompressor. decompress(Buffer in, BufferAllocator allocator)BufferLz4Decompressor. decompress(Buffer in, BufferAllocator allocator)BufferLzfDecompressor. decompress(Buffer in, BufferAllocator allocator)BufferSnappyDecompressor. decompress(Buffer in, BufferAllocator allocator)BufferZlibDecompressor. decompress(Buffer in, BufferAllocator allocator)
-