From: John L. <je...@pi...> - 2005-03-04 07:11:33
|
Although jazzlib was once a separate project, it has now merged with the classpath project. I still plan to make 'releases' based on the classpath source tree, but the best place to discuss changes like this is probably on the classpath mailing list. John On Fri, 2005-02-25 at 00:07, Christian Schlichtherle wrote: > Hi everyone, >=20 > =20 >=20 > I am about to redesign parts of the jazzlib package to allow the user > to select the particular implementation of the Inflater, Deflater and > CRC32 class. This way a developer has the choice between optimum > portability provided by jazzlib or optimum performance provided by Sun > JDK=92s native ZLIB implementation. Now I have a question regarding this > redesign: >=20 > =20 >=20 > Why is DataFormatException and Checksum provided? It seems to be > copied from the JDK, but it adds nothing to the original classes. I > would like to get rid of them in order to make my interface design > easier and it would also make the package a little bit leaner. I can=92t > see why there should be classes that add nothing to Sun=92s JDK > implementation except that they would allow >=20 > you to use it with a completely different implementation. >=20 > =20 >=20 > Any enlightenment welcome=85 J >=20 > =20 >=20 > With best regards, >=20 > Christian Schlichtherle >=20 > --- >=20 > Schlichtherle IT Services >=20 > Wittelsbacher Str. 10a >=20 > 10707 Berlin >=20 > =20 >=20 > Mobil: 0173 / 27 12 470 >=20 > mailto:chr...@sc... >=20 > http://www.schlichtherle.de >=20 > =20 >=20 >=20 |