URLClassLoader.java: Find the JarEntry via the JarFile.
authorAnthony Green <green@redhat.com>
Sun, 20 Aug 2000 17:49:12 +0000 (17:49 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 20 Aug 2000 17:49:12 +0000 (17:49 +0000)
commitf2e541ce26c87f29e2a2798b85674725a6aa094a
treea667239f51829ad45d70131f03d739cc10cb341b
parent1175b9b4c50acab6a26f3fa5ce7299cae62b5008
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
libjava/ChangeLog
libjava/gij.cc
libjava/java/net/JarURLConnection.java
libjava/java/net/URLClassLoader.java
libjava/java/util/jar/JarFile.java
libjava/java/util/zip/ZipFile.java