Git Product home page Git Product logo

Comments (6)

luben avatar luben commented on August 16, 2024

Hi, there is not high-level utility function to just compress/decompress file but we have implemented the more general Input/Output Stream interfaces. Take a look here for an example of decompression:

https://github.com/luben/zstd-jni/blob/master/src/test/scala/Zstd.scala#L339-L358

from zstd-jni.

PavithranSubramanian avatar PavithranSubramanian commented on August 16, 2024

Hello luben,nice to hear from you.Actually im looking for best compression algorithm that can be used to compress and decompress a file and found Brotli is the best compression around.But i couldnt find a complete implementation of my requirement. Im currently developing a java file compression code using Brotli . is it possible with Java.?

from zstd-jni.

luben avatar luben commented on August 16, 2024

I don't know about brotli, have not worked with it. The example in the previous message was how to do it with Zstd

from zstd-jni.

PavithranSubramanian avatar PavithranSubramanian commented on August 16, 2024

yes luben.i was also looking for ZStd . thnx fr share...leeme try with it

from zstd-jni.

PavithranSubramanian avatar PavithranSubramanian commented on August 16, 2024

Do you know any other Powerful fully implemeted Algorithm that compresses file with high compression ratio other than 7zip ( already worked..but my req is more than 7Zip compression ratio )?

Thanks & regards

from zstd-jni.

luben avatar luben commented on August 16, 2024

LZMA implementations usually achieve high compression ration at the expense of speed.

from zstd-jni.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.