class org.xnio.IoUtils$5 implements org.xnio.IoFuture$Notifier<java.lang.Object, java.io.Closeable>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.IoUtils$5
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.IoUtils$5 this
         0: .line 283
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.IoUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/IoUtils$5;

  public void notify(org.xnio.IoFuture<?>, java.io.Closeable);
    descriptor: (Lorg/xnio/IoFuture;Ljava/io/Closeable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.xnio.IoUtils$5 this
        start local 1 // org.xnio.IoFuture future
        start local 2 // java.io.Closeable attachment
         0: .line 285
            aload 2 /* attachment */
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 286
            return
        end local 2 // java.io.Closeable attachment
        end local 1 // org.xnio.IoFuture future
        end local 0 // org.xnio.IoUtils$5 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xnio/IoUtils$5;
            0    2     1      future  Lorg/xnio/IoFuture<*>;
            0    2     2  attachment  Ljava/io/Closeable;
    Signature: (Lorg/xnio/IoFuture<*>;Ljava/io/Closeable;)V
    MethodParameters:
            Name  Flags
      future      final
      attachment  final

  public void notify(org.xnio.IoFuture, java.lang.Object);
    descriptor: (Lorg/xnio/IoFuture;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.xnio.IoFuture
            aload 2
            checkcast java.io.Closeable
            invokevirtual org.xnio.IoUtils$5.notify:(Lorg/xnio/IoFuture;Ljava/io/Closeable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/IoFuture$Notifier<Ljava/lang/Object;Ljava/io/Closeable;>;
SourceFile: "IoUtils.java"
EnclosingMethod: org.xnio.IoUtils
NestHost: org.xnio.IoUtils
InnerClasses:
  public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture
  org.xnio.IoUtils$5