This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r115378 - in /trunk/libjava/classpath: ChangeLo...


Author: tromey
Date: Wed Jul 12 17:00:49 2006
New Revision: 115378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115378
Log:
	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.

Modified:
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/java/util/zip/ZipFile.java


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]