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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.path:Ljava/nio/file/Path;
2: aload 0
aload 2
putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.ch:Ljava/nio/channels/SeekableByteChannel;
3: aload 0
aload 3
putfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.streams:Ljava/util/Set;
4: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.streams:Ljava/util/Set;
invokeinterface java.util.Set.isEmpty:()Z
ifeq 4
1: aload 0
getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.ch:Ljava/nio/channels/SeekableByteChannel;
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
2: aload 0
getfield jdk.nio.zipfs.ZipFileSystem$ExistingChannelCloser.path:Ljava/nio/file/Path;
invokestatic java.nio.file.Files.delete:(Ljava/nio/file/Path;)V
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 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