InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'.
authorTom Tromey <tromey@redhat.com>
Thu, 21 Oct 2004 19:32:51 +0000 (19:32 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 21 Oct 2004 19:32:51 +0000 (19:32 +0000)
commitc28fdf712f5cbe81fb36e618f4fad9f79691be44
tree2eb555294af2bb33a9c09ac8186dfde254e6469a
parentb228bf7fd20f936d51d81a48042575f88e7e9742
InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'.

* java/util/zip/InflaterInputStream.java (fill): Don't throw an
exception if we hit EOF of `in'.
(read): Handle case where inflating returns -1.

From-SVN: r89395
libjava/ChangeLog
libjava/java/util/zip/InflaterInputStream.java