8sa1-gcc/libjava/java/util/zip
Mark Wielaard 5e81d5beff ZipFile.java (readLeShort): Take and use DataInput as argument.
* java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
	argument.
	(readLeShort): Likewise and use byte[].
	(readLeInt): Likewise.
	(readEntries): Use new versions of methods and use byte[] for reading
	a complete zip entry. Add ZipFile name to exceptions.
	(entries): Add ZipFile name to exceptions.
	(getEntry): Likewise.
	(checkLocalHeader): Use new versions of methods and add ZipFile name
	to exceptions.

From-SVN: r58697
2002-10-31 21:56:32 +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 re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks) 2002-10-16 14:58:15 +00:00
natInflater.cc re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks) 2002-10-16 14:58:15 +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 ZipFile.java (readLeShort): Take and use DataInput as argument. 2002-10-31 21:56:32 +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