This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]