gcc/libjava/java/util/jar
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
..
Attributes.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
JarEntry.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
JarException.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
JarFile.java URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
JarInputStream.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
JarOutputStream.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
Manifest.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00