Uses of Class
io.netty5.handler.codec.compression.Bzip2Compressor
-
Packages that use Bzip2Compressor Package Description io.netty5.handler.codec.compression -
-
Uses of Bzip2Compressor in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that return types with arguments of type Bzip2Compressor Modifier and Type Method Description static Supplier<Bzip2Compressor>
Bzip2Compressor. newFactory()
Creates a new bzip2 compressor factory with the maximum (900,000 byte) block size.static Supplier<Bzip2Compressor>
Bzip2Compressor. newFactory(int blockSizeMultiplier)
Creates a new bzip2 compressor factory with the specifiedblockSizeMultiplier
.
-