|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.l2fprod.util.ZipResourceLoader
Description of the Class
Inner Class Summary | |
class |
ZipResourceLoader.ZipResource
Description of the Class |
Constructor Summary | |
ZipResourceLoader(java.net.URL p_JarUrl)
Constructor for the ZipResourceLoader object |
Method Summary | |
void |
dump()
Description of the Method |
java.util.Enumeration |
entries()
Description of the Method |
java.net.URL |
getResource(java.lang.String name)
Gets the Resource attribute of the ZipResourceLoader object |
java.io.InputStream |
getResourceAsStream(java.lang.String name)
Gets the ResourceAsStream attribute of the ZipResourceLoader object |
ZipResourceLoader.ZipResource |
getZipResource(java.lang.String name)
Gets the ZipResource attribute of the ZipResourceLoader object |
ZipResourceLoader.ZipResource |
getZipResource(java.net.URL name)
Gets the ZipResource attribute of the ZipResourceLoader object |
static void |
main(java.lang.String[] args)
The main program for the ZipResourceLoader class |
void |
release()
Description of the Method |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ZipResourceLoader(java.net.URL p_JarUrl) throws java.lang.Exception
p_JarUrl
- Description of ParameterMethod Detail |
public java.io.InputStream getResourceAsStream(java.lang.String name) throws java.net.MalformedURLException, java.io.IOException
name
- Description of Parameterpublic java.net.URL getResource(java.lang.String name) throws java.net.MalformedURLException
name
- Description of Parameterpublic ZipResourceLoader.ZipResource getZipResource(java.lang.String name)
name
- Description of Parameterpublic ZipResourceLoader.ZipResource getZipResource(java.net.URL name)
name
- Description of Parameterpublic java.util.Enumeration entries()
public void dump()
public void release()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |