Class JarInputFile

  • All Implemented Interfaces:
    Vfs.File

    public class JarInputFile
    extends java.lang.Object
    implements Vfs.File
    • Constructor Summary

      Constructors 
      Constructor Description
      JarInputFile​(java.util.zip.ZipEntry entry, JarInputDir jarInputDir, long cursor, long nextCursor)  
    • Field Detail

      • entry

        private final java.util.zip.ZipEntry entry
      • fromIndex

        private final long fromIndex
      • endIndex

        private final long endIndex
    • Constructor Detail

      • JarInputFile

        public JarInputFile​(java.util.zip.ZipEntry entry,
                            JarInputDir jarInputDir,
                            long cursor,
                            long nextCursor)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Vfs.File
      • getRelativePath

        public java.lang.String getRelativePath()
        Specified by:
        getRelativePath in interface Vfs.File
      • openInputStream

        public java.io.InputStream openInputStream()
        Specified by:
        openInputStream in interface Vfs.File