ZipFile.java
18.6 KB
-
re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream ends early.)) · e9186fbe
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. From-SVN: r115378
Tom Tromey committed