This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ZipInputStream brokenness
- From: jmr at ugcs dot caltech dot edu (Jesse Rosenstock)
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 02 Sep 2002 15:52:47 -0700
- Subject: Re: ZipInputStream brokenness
Jeff> > and that the solution would be to use mmap either by writing native
Jeff> > code for ZipFile, or implementing java.nio and having ZipFile use that.
Jeff>
Jeff> Interesting idea. How far along is the java.nio code in classpath? I've
Jeff> never looked at it before.
Not very far along. I played with it a little, and with some
modifications got it to be able to mmap a file, which would be enough
here. I'll do some more experimentation, and try to make ZipFile use
it.