Class JarInputDir

  • All Implemented Interfaces:
    Vfs.Dir

    public class JarInputDir
    extends java.lang.Object
    implements Vfs.Dir
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long cursor  
      (package private) java.util.jar.JarInputStream jarInputStream  
      (package private) long nextCursor  
      private java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      JarInputDir​(java.net.URL url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.lang.Iterable<Vfs.File> getFiles()  
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        private final java.net.URL url
      • jarInputStream

        java.util.jar.JarInputStream jarInputStream
      • cursor

        long cursor
      • nextCursor

        long nextCursor
    • Constructor Detail

      • JarInputDir

        public JarInputDir​(java.net.URL url)
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface Vfs.Dir
      • close

        public void close()
        Specified by:
        close in interface Vfs.Dir