gcc/libjava/java/util/zip
Tom Tromey 4cdfd292e3 CollationKey.java: Implement Comparable.
* java/text/CollationKey.java: Implement Comparable.
	(compareTo(Object)): New method.
	* java/text/Collator.java (compare(Object,Object)): New method.
	Implement Comparator.

	* java/util/zip/InflaterInputStream.java (available): New method.
	(close): New method.
	(read, available, skip, fill): Throw exception if stream closed.
	* java/util/zip/ZipInputStream.java (read, skip, readFully, fill,
	getNextEntry): Throw exception if closed.

From-SVN: r37525
2000-11-17 20:44:03 +00:00
..
Adler32.java Adler32.java: Make private variables really private 2000-08-20 21:51:19 +00:00
CheckedInputStream.java Adler32.java: Make private variables really private 2000-08-20 21:51:19 +00:00
CheckedOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Checksum.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CRC32.java Adler32.java: Make private variables really private 2000-08-20 21:51:19 +00:00
DataFormatException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Deflater.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DeflaterOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GZIPInputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GZIPOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Inflater.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InflaterInputStream.java CollationKey.java: Implement Comparable. 2000-11-17 20:44:03 +00:00
natDeflater.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natInflater.cc re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed JAR files) 2000-05-21 00:30:46 +01:00
ZipConstants.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipEntry.java Adler32.java: Make private variables really private 2000-08-20 21:51:19 +00:00
ZipException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipFile.java ZipFile.java (ZipFile): Delete file when opened in DELETE mode. 2000-09-04 21:20:27 +00:00
ZipInputStream.java CollationKey.java: Implement Comparable. 2000-11-17 20:44:03 +00:00
ZipOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00