class org.h2.store.fs.FileZip$1 extends java.nio.channels.FileLock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.store.fs.FileZip$1
  super_class: java.nio.channels.FileLock
{
  final org.h2.store.fs.FileZip this$0;
    descriptor: Lorg/h2/store/fs/FileZip;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.h2.store.fs.FileZip, java.nio.channels.FileChannel, long, long, boolean);
    descriptor: (Lorg/h2/store/fs/FileZip;Ljava/nio/channels/FileChannel;JJZ)V
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.h2.store.fs.FileZip$1 this
        start local 2 // java.nio.channels.FileChannel $anonymous0
        start local 3 // long $anonymous1
        start local 5 // long $anonymous2
        start local 7 // boolean $anonymous3
         0: .line 354
            aload 0 /* this */
            aload 1
            putfield org.h2.store.fs.FileZip$1.this$0:Lorg/h2/store/fs/FileZip;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            lload 3 /* $anonymous1 */
            lload 5 /* $anonymous2 */
            iload 7 /* $anonymous3 */
            invokespecial java.nio.channels.FileLock.<init>:(Ljava/nio/channels/FileChannel;JJZ)V
            return
        end local 7 // boolean $anonymous3
        end local 5 // long $anonymous2
        end local 3 // long $anonymous1
        end local 2 // java.nio.channels.FileChannel $anonymous0
        end local 0 // org.h2.store.fs.FileZip$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/h2/store/fs/FileZip$1;
            0    1     2  $anonymous0  Ljava/nio/channels/FileChannel;
            0    1     3  $anonymous1  J
            0    1     5  $anonymous2  J
            0    1     7  $anonymous3  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileZip$1 this
         0: .line 358
            iconst_1
            ireturn
        end local 0 // org.h2.store.fs.FileZip$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/store/fs/FileZip$1;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileZip$1 this
         0: .line 364
            return
        end local 0 // org.h2.store.fs.FileZip$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/store/fs/FileZip$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FilePathZip.java"
EnclosingMethod: org.h2.store.fs.FileZip.tryLock:(JJZ)Ljava/nio/channels/FileLock;
NestHost: org.h2.store.fs.FileZip
InnerClasses:
  org.h2.store.fs.FileZip$1