< prev index next >

src/java.desktop/share/classes/sun/applet/AppletClassLoader.java

Print this page

        

*** 354,364 **** * * The search order is described in the documentation for {@link * #getResource(String)}.<p> * * @param name the resource name ! * @return an input stream for reading the resource, or <code>null</code> * if the resource could not be found * @since 1.1 */ public InputStream getResourceAsStream(String name) { --- 354,364 ---- * * The search order is described in the documentation for {@link * #getResource(String)}.<p> * * @param name the resource name ! * @return an input stream for reading the resource, or {@code null} * if the resource could not be found * @since 1.1 */ public InputStream getResourceAsStream(String name) {
*** 414,424 **** * * The search order is described in the documentation for {@link * #getResource(String)}.<p> * * @param name the resource name ! * @return an input stream for reading the resource, or <code>null</code> * if the resource could not be found * @since 1.1 */ public InputStream getResourceAsStreamFromJar(String name) { --- 414,424 ---- * * The search order is described in the documentation for {@link * #getResource(String)}.<p> * * @param name the resource name ! * @return an input stream for reading the resource, or {@code null} * if the resource could not be found * @since 1.1 */ public InputStream getResourceAsStreamFromJar(String name) {
< prev index next >