public class org.reflections.vfs.ZipDir implements org.reflections.vfs.Vfs$Dir
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.reflections.vfs.ZipDir
  super_class: java.lang.Object
{
  final java.util.zip.ZipFile jarFile;
    descriptor: Ljava/util/zip/ZipFile;
    flags: (0x0010) ACC_FINAL

  public void <init>(java.util.jar.JarFile);
    descriptor: (Ljava/util/jar/JarFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.reflections.vfs.ZipDir this
        start local 1 // java.util.jar.JarFile jarFile
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* jarFile */
            putfield org.reflections.vfs.ZipDir.jarFile:Ljava/util/zip/ZipFile;
         2: .line 14
            return
        end local 1 // java.util.jar.JarFile jarFile
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/reflections/vfs/ZipDir;
            0    3     1  jarFile  Ljava/util/jar/JarFile;
    MethodParameters:
         Name  Flags
      jarFile  

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.reflections.vfs.ZipDir this
         0: .line 17
            aload 0 /* this */
            getfield org.reflections.vfs.ZipDir.jarFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reflections/vfs/ZipDir;

  public java.lang.Iterable<org.reflections.vfs.Vfs$File> getFiles();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.reflections.vfs.ZipDir this
         0: .line 21
            aload 0 /* this */
            invokedynamic iterator(Lorg/reflections/vfs/ZipDir;)Ljava/lang/Iterable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/util/Iterator;
                  org/reflections/vfs/ZipDir.lambda$0()Ljava/util/Iterator; (7)
                  ()Ljava/util/Iterator;
            areturn
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reflections/vfs/ZipDir;
    Signature: ()Ljava/lang/Iterable<Lorg/reflections/vfs/Vfs$File;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.reflections.vfs.ZipDir this
         0: .line 28
            aload 0 /* this */
            getfield org.reflections.vfs.ZipDir.jarFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.close:()V
         1: goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 29
            getstatic org.reflections.Reflections.log:Lorg/slf4j/Logger;
            ifnull 5
         4: .line 30
            getstatic org.reflections.Reflections.log:Lorg/slf4j/Logger;
            ldc "Could not close JarFile"
            aload 1 /* e */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException e
         5: .line 33
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/reflections/vfs/ZipDir;
            3    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.reflections.vfs.ZipDir this
         0: .line 37
            aload 0 /* this */
            getfield org.reflections.vfs.ZipDir.jarFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reflections/vfs/ZipDir;

  private java.util.Iterator lambda$0();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.reflections.vfs.ZipDir this
         0: .line 21
            aload 0 /* this */
            getfield org.reflections.vfs.ZipDir.jarFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.stream:()Ljava/util/stream/Stream;
         1: .line 22
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/reflections/vfs/ZipDir.lambda$1(Ljava/util/zip/ZipEntry;)Z (6)
                  (Ljava/util/zip/ZipEntry;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         2: .line 23
            aload 0 /* this */
            invokedynamic apply(Lorg/reflections/vfs/ZipDir;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/reflections/vfs/ZipDir.lambda$2(Ljava/util/zip/ZipEntry;)Lorg/reflections/vfs/Vfs$File; (7)
                  (Ljava/util/zip/ZipEntry;)Lorg/reflections/vfs/Vfs$File;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 24
            invokeinterface java.util.stream.Stream.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/reflections/vfs/ZipDir;

  private static boolean lambda$1(java.util.zip.ZipEntry);
    descriptor: (Ljava/util/zip/ZipEntry;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.zip.ZipEntry entry
         0: .line 22
            aload 0 /* entry */
            invokevirtual java.util.zip.ZipEntry.isDirectory:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.util.zip.ZipEntry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  entry  Ljava/util/zip/ZipEntry;

  private org.reflections.vfs.Vfs$File lambda$2(java.util.zip.ZipEntry);
    descriptor: (Ljava/util/zip/ZipEntry;)Lorg/reflections/vfs/Vfs$File;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.reflections.vfs.ZipDir this
        start local 1 // java.util.zip.ZipEntry entry
         0: .line 23
            new org.reflections.vfs.ZipFile
            dup
            aload 0 /* this */
            aload 1 /* entry */
            invokespecial org.reflections.vfs.ZipFile.<init>:(Lorg/reflections/vfs/ZipDir;Ljava/util/zip/ZipEntry;)V
            areturn
        end local 1 // java.util.zip.ZipEntry entry
        end local 0 // org.reflections.vfs.ZipDir this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/reflections/vfs/ZipDir;
            0    1     1  entry  Ljava/util/zip/ZipEntry;
}
SourceFile: "ZipDir.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Dir = org.reflections.vfs.Vfs$Dir of org.reflections.vfs.Vfs
  public abstract File = org.reflections.vfs.Vfs$File of org.reflections.vfs.Vfs