This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)



------- Comment #5 from tromey at gcc dot gnu dot org  2006-07-12 17:00 -------
Subject: Bug 27271

Author: tromey
Date: Wed Jul 12 17:00:49 2006
New Revision: 115378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115378
Log:
        PR libgcj/27271:
        * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
        on PartialInputStream.
        (PartialInputStream.dummyByteCount): New field.
        (PartialInputStream.fillBuffer): Handle dummy byte.
        (PartialInputStream.read): Likewise.
        (PartialInputStream.addDummyByte): New method.

Modified:
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/java/util/zip/ZipFile.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271


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