lz4-java
lz4-java copied to clipboard
LZ4 compression for Java
lz4-java-1.7.1.jar depends on lz 1.9.2 (fd2ef5), and include lz so in lz4-java-1.7.1.jar。 I checked the symbol table with the strings command and found that the LZ version of the AARCH64...
Lz4-java relies on the open source software LZ4, which has a CVE vulnerability, whether this vulnerability affects LZ4-Java
Hi , I'm facing a problem to decompress a object that was compressed by C# code using lz4-net. I've tried all possibilities using many libraries and no one was able...
Hi, We are using lz4-java version 1.7.1 on a Linux machine with KAFKA to consume compressed messages from a topic and we got below error: Failed to receive Kafka records:...
The `available` method in class `LZ4FrameInputStream` assumes the `buffer` field is not `null`. However, that field is set in the private `readHeader` method which may not have been executed yet....
Are there any plans to add this feature? Are there any caveats for a PR providing this feature?
I have some problems with native build with Quarkus `"java.lang.AssertionError: java.lang.ClassNotFoundException: net.jpountz.lz4.LZ4JavaSafeCompressor` I cant find any generated class from costructor instances
Reading an apache arrow file we got: > Dependent block stream is unsupported (BLOCK_INDEPENDENCE must be set). Is there any interest in supporting this feature? Our system decompresses columns in...
LZ4Factory.safeInstance().safeDecompressor().decompress(Arrays.copyOf(bArr, bArr.length), bArr.length * 40); net.jpountz.lz4.LZ4Exception: Malformed input at 10
In some cases ByteBuffers do not provide access to an underlying byte array without incurring copies, this is notably the case for off-heap direct bytebuffers. This patch provides a way...