emul/mini/src/main/java/java/util/zip/Inflater.java
Thu, 07 Feb 2013 12:58:12 +0100 Rebasing the Inflater support on jzlib which, unlike GNU ClassPath, has correct implementation of Huffman code. Making the implementation more easily testable by turning Inflater and ZipInputStream into pure delegates. Current implementation is going to need proper long support.
Wed, 06 Feb 2013 15:47:06 +0100 Workaround of some problems with bytecode conversion demonstrated by ZipCompatibilityTest. Splitting the code into two new methods.
Fri, 01 Feb 2013 18:02:16 +0100 Using GNU ClassPath implementation of ZipInputStream. Taken from http://sourceforge.net/projects/jazzlib/ rev. jazzlib-0.07.zip
Wed, 30 Jan 2013 14:03:49 +0100 Implementation of ZipInputStream
Wed, 30 Jan 2013 14:00:17 +0100 Adding classes necessary for usage of ZipInputStream