com.l2fprod.util
Class ZipResourceLoader.ZipResource

java.lang.Object
  |
  +--com.l2fprod.util.ZipResourceLoader.ZipResource
Enclosing class:
ZipResourceLoader

public class ZipResourceLoader.ZipResource
extends java.lang.Object

Description of the Class


Constructor Summary
ZipResourceLoader.ZipResource(java.lang.String p_Name)
          Constructor for the ZipResource object
 
Method Summary
 java.io.InputStream getInputStream()
          Gets the InputStream attribute of the ZipResource object
 java.net.URL getURL()
          Gets the URL attribute of the ZipResource object
 byte[] getURLContent()
          Gets the URLContent attribute of the ZipResource object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipResourceLoader.ZipResource

public ZipResourceLoader.ZipResource(java.lang.String p_Name)
Constructor for the ZipResource object
Parameters:
p_Name - Description of Parameter
Method Detail

getURL

public java.net.URL getURL()
                    throws java.net.MalformedURLException
Gets the URL attribute of the ZipResource object
Returns:
The URL value
Throws:
java.net.MalformedURLException - Description of Exception

getInputStream

public java.io.InputStream getInputStream()
Gets the InputStream attribute of the ZipResource object
Returns:
The InputStream value

getURLContent

public byte[] getURLContent()
Gets the URLContent attribute of the ZipResource object
Returns:
The URLContent value


Copyright © 2000-2002 L2FProd.com. All Rights Reserved.