]> gcc.gnu.org Git - gcc.git/commit
re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after construction)
authorJesse Rosenstock <jmr@ugcs.caltech.edu>
Wed, 25 Sep 2002 20:10:42 +0000 (20:10 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 25 Sep 2002 20:10:42 +0000 (20:10 +0000)
commit941b08f2734f6a5cbeaeb9e82fe931fd3badc1ae
treefa6fb4d0e8106019e332a8703558eafd1598cb53
parentdac2c906db41b589d9c9adda05cf4db40973b47f
re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after construction)

2002-09-25  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

Fix for PR libgcj/7766:
* java/util/zip/ZipInputStream.java (entryAtEOF): New field.
(getNextEntry): Set it.
(closeEntry): Likewise.
(read): Likewise.
(close): Likewise.
(available): Use it.

From-SVN: r57513
libjava/ChangeLog
libjava/java/util/zip/ZipInputStream.java
This page took 0.070233 seconds and 5 git commands to generate.