This is the mail archive of the java-prs@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]

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



------- Comment #6 from cvs-commit at developer dot classpath dot org  2006-07-12 17:01 -------
Subject: Bug 27271

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tom Tromey <tromey>     06/07/12 17:00:34

Modified files:
        .              : ChangeLog 
        java/util/zip  : ZipFile.java 

Log message:
                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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8080&r2=1.8081
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/zip/ZipFile.java?cvsroot=classpath&r1=1.34&r2=1.35


-- 


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]