gcc/libjava/java/util/zip
Anthony Green f2e541ce26 URLClassLoader.java: Find the JarEntry via the JarFile.
Sun Aug 20 09:51:48 2000  Anthony Green  <green@redhat.com>

        * java/net/URLClassLoader.java: Find the JarEntry via the JarFile.

        * java/net/JarURLConnection.java: getEntry doesn't take any
        arguments.  Return null if element is null.

        * java/util/zip/ZipFile.java (getInputStream): Read the compressed
        size from the archive, not the inflated size.

        * java/util/jar/JarFile.java (getEntry): Don't recurse.  Call
        java.util.zip.ZipFile.getEntry.

        * gij.cc (help): Change sourceware reference to
        sources.redhat.com.

From-SVN: r35821
2000-08-20 17:49:12 +00:00
..
Adler32.java
CheckedInputStream.java
CheckedOutputStream.java
Checksum.java
CRC32.java
DataFormatException.java
Deflater.java
DeflaterOutputStream.java
GZIPInputStream.java
GZIPOutputStream.java
Inflater.java
InflaterInputStream.java
natDeflater.cc
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
ZipEntry.java ZipEntry.java: Implement Cloneable, per JDK1.2 docs. 2000-05-20 06:46:20 +01:00
ZipException.java
ZipFile.java URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
ZipInputStream.java ZipInputStream.java (createZipEntry): Implemented. 2000-08-19 19:54:36 +00:00
ZipOutputStream.java