class jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser
  super_class: java.lang.Object
{
  private final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.channels.SeekableByteChannel ch;
    descriptor: Ljava/nio/channels/SeekableByteChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.io.InputStream> streams;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/io/InputStream;>;

  void <init>(java.nio.file.Path, java.nio.channels.SeekableByteChannel, java.util.Set<java.io.InputStream>);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/channels/SeekableByteChannel;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser this
        start local 1 // java.nio.file.Path path
        start local 2 // java.nio.channels.SeekableByteChannel ch
        start local 3 // java.util.Set streams
         0: .line 2616
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2619
            aload 0 /* this */
            aload 1 /* path */
            putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.path:Ljava/nio/file/Path;
         2: .line 2620
            aload 0 /* this */
            aload 2 /* ch */
            putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.ch:Ljava/nio/channels/SeekableByteChannel;
         3: .line 2621
            aload 0 /* this */
            aload 3 /* streams */
            putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.streams:Ljava/util/Set;
         4: .line 2622
            return
        end local 3 // java.util.Set streams
        end local 2 // java.nio.channels.SeekableByteChannel ch
        end local 1 // java.nio.file.Path path
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljdk/nio/zipfs/ZipFileSystem$ExistingChannelCloser;
            0    5     1     path  Ljava/nio/file/Path;
            0    5     2       ch  Ljava/nio/channels/SeekableByteChannel;
            0    5     3  streams  Ljava/util/Set<Ljava/io/InputStream;>;
    Signature: (Ljava/nio/file/Path;Ljava/nio/channels/SeekableByteChannel;Ljava/util/Set<Ljava/io/InputStream;>;)V
    MethodParameters:
         Name  Flags
      path     
      ch       
      streams  

  public boolean closeAndDeleteIfDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser this
         0: .line 2633
            aload 0 /* this */
            getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.streams:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 4
         1: .line 2634
            aload 0 /* this */
            getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.ch:Ljava/nio/channels/SeekableByteChannel;
            invokeinterface java.nio.channels.SeekableByteChannel.close:()V
         2: .line 2635
            aload 0 /* this */
            getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.delete:(Ljava/nio/file/Path;)V
         3: .line 2636
            iconst_1
            ireturn
         4: .line 2638
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/nio/zipfs/ZipFileSystem$ExistingChannelCloser;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ZipFileSystem.java"
NestHost: jdk.nio.zipfs.ZipFileSystem
InnerClasses:
  private ExistingChannelCloser = jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser of jdk.nio.zipfs.ZipFileSystem