I need to create some software which works with ZIP archives compressed with very old implode method.
Tried to write decompressor but nothing good happened. Optimized C-code is very hard for me.
Found this C-implementation (here) but cannot write it on Java. Just found request in Apache-commons about this feature (JIRA contatin link to APPNOTES.TXT with method description).
I should write cross-platform decompressor for this method.
Perfect is native-Java implementation.
Looking for help. Thanks.
sevenzipjbinding – 7-Zip-JBinding is a java wrapper for 7-Zip C++ library. It allows extraction of many archive formats using a very fast native library directly from java through JNI.