This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ZipInputStream brokenness
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Here's an idea -- what if we replace only
Adam> java.util.zip.ZipInputStream with the JazzLib
Adam> version. ZipInputStream is already broken, so this can't in any
Adam> way increase the level of brokenness.
I worked on that a bit today.
It isn't quite that easy, due to interdependencies.
However it does look like we can just copy over selected bits and stop
there, without dealing with jazzlib.
Tom