You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 25 / lz4-java-1.3.0-3.fc25.x86_64

lz4-java-1.3.0-3.fc25.x86_64

Package Attributes
RPM  lz4-java-1.3.0-3.fc25.x86_64.rpm Architecture  x86_64 Size  164336 Created  2021/11/29 02:43:15 UTC
Package Specification
Summary LZ4 compression for Java
Group Unspecified
License ASL 2.0 and (BSD and GPLv2+)
Home Page https://github.com/jpountz/lz4-java
Description

LZ4 compression for Java, based on Yann Collet's work. This library provides access to two compression methods that both generate a valid LZ4 stream:

  • fast scan (LZ4): ° low memory footprint (~ 16 KB), ° very fast (fast scan with skipping heuristics in case the input looks incompressible), ° reasonable compression ratio (depending on the redundancy of the input). * high compression (LZ4 HC): ° medium memory footprint (~ 256 KB), ° rather slow (~ 10 times slower than LZ4), ° good compression ratio (depending on the size and the redundancy of the input).

The streams produced by those 2 compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
java-headless  
Provides
bundled(libxxhash)
bundled(lz4)
lz4-java
lz4-java(x86-64)
mvn(net.jpountz.lz4:lz4)
mvn(net.jpountz.lz4:lz4:pom:)
osgi(lz4-java)

Document Actions