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 Buffer
BrotliDecompressor. decompress(Buffer input, BufferAllocator allocator)
Buffer
Bzip2Decompressor. decompress(Buffer in, BufferAllocator allocator)
Buffer
Decompressor. decompress(Buffer input, BufferAllocator allocator)
This method will read from the inputBuffer
and decompress into a newBuffer
that will be allocated (if needed) from theBufferAllocator
.Buffer
FastLzDecompressor. decompress(Buffer in, BufferAllocator allocator)
Buffer
Lz4Decompressor. decompress(Buffer in, BufferAllocator allocator)
Buffer
LzfDecompressor. decompress(Buffer in, BufferAllocator allocator)
Buffer
SnappyDecompressor. decompress(Buffer in, BufferAllocator allocator)
Buffer
ZlibDecompressor. decompress(Buffer in, BufferAllocator allocator)
-