Uses of Class
io.netty5.handler.codec.compression.FastLzCompressor
-
Packages that use FastLzCompressor Package Description io.netty5.handler.codec.compression -
-
Uses of FastLzCompressor in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that return types with arguments of type FastLzCompressor Modifier and Type Method Description static Supplier<FastLzCompressor>
FastLzCompressor. newFactory()
Creates a FastLZ compressor factory without checksum calculator and with auto detection of compression level.static Supplier<FastLzCompressor>
FastLzCompressor. newFactory(boolean validateChecksums)
Creates a FastLZ compressor factory with auto detection of compression level and calculation of checksums as specified.static Supplier<FastLzCompressor>
FastLzCompressor. newFactory(int level)
Creates a FastLZ compressor factory with specified compression level and without checksum calculator.static Supplier<FastLzCompressor>
FastLzCompressor. newFactory(int level, Checksum checksum)
Creates a FastLZ compressor factory with specified compression level and checksum calculator.
-