com.sun.zip
Class ZipURL

java.lang.Object
  extended by com.sun.zip.ZipURL

public class ZipURL
extends java.lang.Object

Author:
Brent Callaghan

Constructor Summary
ZipURL(java.lang.String url)
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getPath()
           
 java.lang.String getProtocol()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipURL

public ZipURL(java.lang.String url)
       throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

getProtocol

public java.lang.String getProtocol()

getLocation

public java.lang.String getLocation()

getPath

public java.lang.String getPath()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object