PR libgcj/27271:
commitd42ffc1e7b9b65148dc92611c07780bba2921071
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jul 2006 17:00:49 +0000 (12 17:00 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jul 2006 17:00:49 +0000 (12 17:00 +0000)
tree52cea91df9c54af730703326dbdbdab4947f5b41
parent2be9ef447cf2b282645c7cf33abc03520cd44b0c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115378 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/classpath/ChangeLog.gcj
libjava/classpath/java/util/zip/ZipFile.java