LZ4 compression implemented source code in java
-
I have a requirement to compress/encrypt/calculate checksum of 2.5-20 GB file using JAVA.Is there any open source API's or How can I do this in an efficient way? Also,Performance and No data Loss should be very important thing here.please anyone can help me here to proceed this problem? Can Anyone is having the source code for the same please send it me
-
I have a requirement to compress/encrypt/calculate checksum of 2.5-20 GB file using JAVA.Is there any open source API's or How can I do this in an efficient way? Also,Performance and No data Loss should be very important thing here.please anyone can help me here to proceed this problem? Can Anyone is having the source code for the same please send it me
Can you please explain the requiremt more clearly.
-
I have a requirement to compress/encrypt/calculate checksum of 2.5-20 GB file using JAVA.Is there any open source API's or How can I do this in an efficient way? Also,Performance and No data Loss should be very important thing here.please anyone can help me here to proceed this problem? Can Anyone is having the source code for the same please send it me
sriniprabhu wrote:
Is there any open source API's
Did you try searching for them?
sriniprabhu wrote:
Can Anyone is having the source code for the same please send it me
This site does not provide code to order; you need to do your own research.
Use the best guess
-
I have a requirement to compress/encrypt/calculate checksum of 2.5-20 GB file using JAVA.Is there any open source API's or How can I do this in an efficient way? Also,Performance and No data Loss should be very important thing here.please anyone can help me here to proceed this problem? Can Anyone is having the source code for the same please send it me
Look at the file LZW.java available at Professor Sedgewick's site[^].