gcc/libjava/java/util/zip
Jesse Rosenstock 941b08f273 re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after construction)
2002-09-25  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

	Fix for PR libgcj/7766:
	* java/util/zip/ZipInputStream.java (entryAtEOF): New field.
	(getNextEntry): Set it.
	(closeEntry): Likewise.
	(read): Likewise.
	(close): Likewise.
	(available): Use it.

From-SVN: r57513
2002-09-25 20:10:42 +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 RuntimeException.java: Re-merge with Classpath. 2002-06-16 21:15:44 +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 RuntimeException.java: Re-merge with Classpath. 2002-06-16 21:15:44 +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 re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after construction) 2002-09-25 20:10:42 +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