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]

r115377 - in /branches/gcc-4_1-branch/libjava/c...


Author: tromey
Date: Wed Jul 12 16:38:50 2006
New Revision: 115377

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115377
Log:
	* java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
	on PartialInputStream.
	(PartialInputStream.addDummyByte): New field.
	(PartialInputStream.singleByte): Likewise.
	(PartialInputStream): Initialize new fields.
	(PartialInputStream.read()): Rewrote.
	(PartialInputStream.read(byte[],int,int)): Handle dummy byte, if
	added.
	(PartialInputStream.addDummyByte): New method.

Modified:
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/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]