Uses of Class
io.netty5.handler.codec.compression.CompressionException
-
Packages that use CompressionException Package Description io.netty5.handler.codec.compression -
-
Uses of CompressionException in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that throw CompressionException Modifier and Type Method Description Buffer
BrotliCompressor. compress(Buffer input, BufferAllocator allocator)
Buffer
Bzip2Compressor. compress(Buffer in, BufferAllocator allocator)
Buffer
Compressor. compress(Buffer input, BufferAllocator allocator)
This method will read from the inputBuffer
and compress into a newBuffer
that will be allocated (if needed) from theBufferAllocator
.Buffer
FastLzCompressor. compress(Buffer in, BufferAllocator allocator)
Buffer
Lz4Compressor. compress(Buffer input, BufferAllocator allocator)
Buffer
LzfCompressor. compress(Buffer in, BufferAllocator allocator)
Buffer
LzmaCompressor. compress(Buffer in, BufferAllocator allocator)
Buffer
SnappyCompressor. compress(Buffer in, BufferAllocator allocator)
Buffer
ZlibCompressor. compress(Buffer uncompressed, BufferAllocator allocator)
Buffer
ZstdCompressor. compress(Buffer in, BufferAllocator allocator)
Buffer
Compressor. finish(BufferAllocator allocator)
By calling this method we signal that the compression stream is marked as finish.
-