Package com.sun.zip

Class ZipURL


  • public class ZipURL
    extends java.lang.Object
    Author:
    Brent Callaghan
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipURL​(java.lang.String url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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