class org.glassfish.grizzly.streams.BufferedOutput$1 implements org.glassfish.grizzly.CompletionHandler<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.streams.BufferedOutput$1
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.streams.BufferedOutput this$0;
    descriptor: Lorg/glassfish/grizzly/streams/BufferedOutput;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.grizzly.CompletionHandler val$completionHandler;
    descriptor: Lorg/glassfish/grizzly/CompletionHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.grizzly.impl.FutureImpl val$future;
    descriptor: Lorg/glassfish/grizzly/impl/FutureImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.streams.BufferedOutput, org.glassfish.grizzly.CompletionHandler, org.glassfish.grizzly.impl.FutureImpl);
    descriptor: (Lorg/glassfish/grizzly/streams/BufferedOutput;Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/impl/FutureImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.streams.BufferedOutput$1.this$0:Lorg/glassfish/grizzly/streams/BufferedOutput;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 0 /* this */
            aload 3
            putfield org.glassfish.grizzly.streams.BufferedOutput$1.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;
    MethodParameters:
                       Name  Flags
      this$0                 final
      val$completionHandler  final
      val$future             final

  public void cancelled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
         0: .line 194
            aload 0 /* this */
            getstatic org.glassfish.grizzly.streams.BufferedOutput.ZERO:Ljava/lang/Integer;
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput$1.close:(Ljava/lang/Integer;)V
         1: .line 195
            return
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
        start local 1 // java.lang.Throwable throwable
         0: .line 199
            aload 0 /* this */
            getstatic org.glassfish.grizzly.streams.BufferedOutput.ZERO:Ljava/lang/Integer;
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput$1.close:(Ljava/lang/Integer;)V
         1: .line 200
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void completed(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
        start local 1 // java.lang.Integer result
         0: .line 204
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput$1.close:(Ljava/lang/Integer;)V
         1: .line 205
            return
        end local 1 // java.lang.Integer result
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;
            0    2     1  result  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      result  

  public void updated(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
        start local 1 // java.lang.Integer result
         0: .line 209
            return
        end local 1 // java.lang.Integer result
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;
            0    1     1  result  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      result  

  public void close(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
        start local 1 // java.lang.Integer result
         0: .line 213
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.this$0:Lorg/glassfish/grizzly/streams/BufferedOutput;
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput.onClosed:()V
         1: .line 214
            goto 11
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 216
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            ifnull 5
         4: .line 217
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
         5: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
            goto 14
         6: .line 215
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         7: .line 216
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            ifnull 9
         8: .line 217
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
         9: .line 220
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
        10: .line 221
            aload 2
            athrow
        11: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            ifnull 13
        12: .line 217
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
        13: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.streams.BufferedOutput$1.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 1 /* result */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
        14: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Integer result
        end local 0 // org.glassfish.grizzly.streams.BufferedOutput$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/glassfish/grizzly/streams/BufferedOutput$1;
            0   15     1  result  Ljava/lang/Integer;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     3       6  any
    MethodParameters:
        Name  Flags
      result  

  public void updated(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput$1.updated:(Ljava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void completed(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            invokevirtual org.glassfish.grizzly.streams.BufferedOutput$1.completed:(Ljava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/glassfish/grizzly/CompletionHandler<Ljava/lang/Integer;>;
SourceFile: "BufferedOutput.java"
EnclosingMethod: org.glassfish.grizzly.streams.BufferedOutput.close:(Lorg/glassfish/grizzly/CompletionHandler;)Lorg/glassfish/grizzly/GrizzlyFuture;
NestHost: org.glassfish.grizzly.streams.BufferedOutput
InnerClasses:
  org.glassfish.grizzly.streams.BufferedOutput$1