public interface sun.nio.ch.FileChannelImpl$FileLockTable$Releaser
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.nio.ch.FileChannelImpl$FileLockTable$Releaser
  super_class: java.lang.Object
{
  public abstract void release(java.nio.channels.FileLock);
    descriptor: (Ljava/nio/channels/FileLock;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fl    
}
SourceFile: "FileChannelImpl.java"
NestHost: sun.nio.ch.FileChannelImpl
InnerClasses:
  private abstract FileLockTable = sun.nio.ch.FileChannelImpl$FileLockTable of sun.nio.ch.FileChannelImpl
  public abstract Releaser = sun.nio.ch.FileChannelImpl$FileLockTable$Releaser of sun.nio.ch.FileChannelImpl$FileLockTable