INFO
Name: lz4-java
Version: 1.7.1-14.module+el8.4.0+394+13a3c723
Arch: x86_64
Summary: LZ4 compression for Java
License: ASL 2.0 and (BSD and GPLv2+)
Vendor: Rocky
Build Host: ord1-prod-x86build002.svc.aws.rockylinux.org
Build Date: Sun May 30 17:34:43 2021
Size: 116632
URL: https://github.com/lz4/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.
FILES
/usr/lib/java/lz4-java
/usr/lib/java/lz4-java/lz4-java.jar
/usr/share/doc/lz4-java
/usr/share/doc/lz4-java/CHANGES.md
/usr/share/doc/lz4-java/README.md
/usr/share/maven-metadata/lz4-java.xml
/usr/share/maven-poms/lz4-java
/usr/share/maven-poms/lz4-java/lz4-java.pom
REQUIRES
java-headless
javapackages-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
bundled(lz4) 1.9.2
bundled(xxhash) r37
lz4-java 1.7.1-14.module+el8.4.0+394+13a3c723
lz4-java(x86-64) 1.7.1-14.module+el8.4.0+394+13a3c723
mvn(org.lz4:lz4-java) 1.7.1
mvn(org.lz4:lz4-java:pom:) 1.7.1
osgi(lz4-java) 1.7.1
CONFIG FILES
/usr/lib/java/lz4-java
/usr/lib/java/lz4-java/lz4-java.jar
/usr/share/doc/lz4-java
/usr/share/doc/lz4-java/CHANGES.md d
/usr/share/doc/lz4-java/README.md d
/usr/share/maven-metadata/lz4-java.xml
/usr/share/maven-poms/lz4-java
/usr/share/maven-poms/lz4-java/lz4-java.pom
LICENSE FILES
ASL 2.0 and (BSD and GPLv2+)
|