gcc/libjava/java
Tom Tromey 93d627acaa ZipInputStream.java (fill): New method.
* java/util/zip/ZipInputStream.java (fill): New method.
	(compressed_len): New instance variable.
	(getNextStream): Set it.
	(read): Reset inflater on EOF.  Only read via `super' if entry is
	deflated.
	(skip): Only skip via `super' if entry is deflated.
	* java/util/zip/Deflater.java (last_input_count): Removed.
	* java/util/zip/natDeflater.cc (deflate): Return 0 if input array
	is length 0.
	(needsInput): Don't use last_input_count.
	(setInput): Don't set last_input_count.
	* java/util/zip/natInflater.cc (getRemaining): Return correct
	result.
	(inflate): Return 0 if input array is length 0.
	(setInput): Don't set last_input_count.
	* java/util/zip/Inflater.java (last_input_count): Removed.

From-SVN: r27105
1999-05-22 18:08:46 +00:00
..
awt natToolkit.cc: Added copyright header. 1999-05-10 09:23:41 +00:00
io File.java (mkdirs): Handle a null parent directory. 1999-05-12 07:41:17 -07:00
lang natSystem.cc (init_properties): URL now points to sourceware. 1999-05-17 13:24:59 +00:00
net Makefile.am (ordinary_java_source_files): Added DatagramPacket.java... 1999-05-18 18:02:01 +00:00
security Makefile.in: Rebuilt. 1999-04-18 08:24:30 +00:00
text DateFormat.java (computeInstance): Separate time and date styles. 1999-05-08 22:21:50 +00:00
util ZipInputStream.java (fill): New method. 1999-05-22 18:08:46 +00:00