8sa1-gcc/libjava/java/util/zip
Tom Tromey 5f51b048fb InflaterInputStream.java (read): Loop if data has been read but none output by inflater.
* java/util/zip/InflaterInputStream.java (read): Loop if data has
	been read but none output by inflater.
	* java/util/zip/natDeflater.cc (reset): Set is_finished.
	* java/util/zip/natInflater.cc (reset): Set dist_needed and
	is_finished.
	* java/util/zip/ZipOutputStream.java: Replaced with Classpath
	version.
	* java/util/zip/ZipFile.java: Replaced with Classpath version.
	* java/util/zip/ZipEntry.java: Replaced with Classpath version.
	* java/util/zip/ZipInputStream.java: Replaced with Classpath
	version.
	* java/util/zip/ZipConstants.java: Replaced with Classpath version.

From-SVN: r54653
2002-06-15 18:31:13 +00:00
..
Adler32.java Add license clarification. 2002-01-22 22:40:42 +00:00
CheckedInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
CheckedOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
Checksum.java Add license clarification. 2002-01-22 22:40:42 +00:00
CRC32.java Add license clarification. 2002-01-22 22:40:42 +00:00
DataFormatException.java Add license clarification. 2002-01-22 22:40:42 +00:00
Deflater.java Add license clarification. 2002-01-22 22:40:42 +00:00
DeflaterOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
GZIPInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
GZIPOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
Inflater.java Add license clarification. 2002-01-22 22:40:42 +00:00
InflaterInputStream.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
natDeflater.cc InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
natInflater.cc InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
ZipConstants.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
ZipEntry.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
ZipException.java Add license clarification. 2002-01-22 22:40:42 +00:00
ZipFile.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
ZipInputStream.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
ZipOutputStream.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00