public class org.jboss.resteasy.util.CommitHeaderAsyncOutputStream extends org.jboss.resteasy.spi.AsyncOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.util.CommitHeaderAsyncOutputStream
  super_class: org.jboss.resteasy.spi.AsyncOutputStream
{
  protected org.jboss.resteasy.spi.AsyncOutputStream delegate;
    descriptor: Lorg/jboss/resteasy/spi/AsyncOutputStream;
    flags: (0x0004) ACC_PROTECTED

  protected boolean isHeadersCommitted;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback headers;
    descriptor: Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.jboss.resteasy.spi.AsyncOutputStream, org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback);
    descriptor: (Lorg/jboss/resteasy/spi/AsyncOutputStream;Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // org.jboss.resteasy.spi.AsyncOutputStream delegate
        start local 2 // org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback headers
         0: .line 14
            aload 0 /* this */
            invokespecial org.jboss.resteasy.spi.AsyncOutputStream.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
         2: .line 17
            aload 0 /* this */
            aload 2 /* headers */
            putfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.headers:Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
         3: .line 18
            return
        end local 2 // org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback headers
        end local 1 // org.jboss.resteasy.spi.AsyncOutputStream delegate
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    4     1  delegate  Lorg/jboss/resteasy/spi/AsyncOutputStream;
            0    4     2   headers  Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
    MethodParameters:
          Name  Flags
      delegate  final
      headers   final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 20
            aload 0 /* this */
            invokespecial org.jboss.resteasy.spi.AsyncOutputStream.<init>:()V
         1: .line 22
            return
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;

  public org.jboss.resteasy.spi.AsyncOutputStream getDelegate();
    descriptor: ()Lorg/jboss/resteasy/spi/AsyncOutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 26
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            areturn
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;

  public void setDelegate(org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Lorg/jboss/resteasy/spi/AsyncOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // org.jboss.resteasy.spi.AsyncOutputStream delegate
         0: .line 31
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
         1: .line 32
            return
        end local 1 // org.jboss.resteasy.spi.AsyncOutputStream delegate
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    2     1  delegate  Lorg/jboss/resteasy/spi/AsyncOutputStream;
    MethodParameters:
          Name  Flags
      delegate  

  public void setHeaders(org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback);
    descriptor: (Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback headers
         0: .line 36
            aload 0 /* this */
            aload 1 /* headers */
            putfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.headers:Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
         1: .line 37
            return
        end local 1 // org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback headers
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    2     1  headers  Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
    MethodParameters:
         Name  Flags
      headers  

  public synchronized void commit();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 41
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.isHeadersCommitted:Z
            ifeq 1
            return
         1: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.isHeadersCommitted:Z
         2: .line 43
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.headers:Lorg/jboss/resteasy/util/CommitHeaderOutputStream$CommitCallback;
            invokeinterface org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback.commit:()V
         3: .line 44
            return
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // int i
         0: .line 49
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 50
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            iload 1 /* i */
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.write:(I)V
         2: .line 51
            return
        end local 1 // int i
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    3     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // byte[] bytes
         0: .line 56
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 57
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            aload 1 /* bytes */
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.write:([B)V
         2: .line 58
            return
        end local 1 // byte[] bytes
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    3     1  bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // byte[] bytes
        start local 2 // int i
        start local 3 // int i1
         0: .line 63
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 64
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            aload 1 /* bytes */
            iload 2 /* i */
            iload 3 /* i1 */
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.write:([BII)V
         2: .line 65
            return
        end local 3 // int i1
        end local 2 // int i
        end local 1 // byte[] bytes
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    3     1  bytes  [B
            0    3     2      i  I
            0    3     3     i1  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      i      
      i1     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 71
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.flush:()V
         2: .line 72
            return
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 79
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 80
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.close:()V
         2: .line 81
            return
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
    Exceptions:
      throws java.io.IOException

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncFlush();
    descriptor: ()Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
         0: .line 86
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 87
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncFlush:()Ljava/util/concurrent/CompletionStage;
            areturn
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
    Signature: ()Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncWrite(byte[], int, int);
    descriptor: ([BII)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 93
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.commit:()V
         1: .line 94
            aload 0 /* this */
            getfield org.jboss.resteasy.util.CommitHeaderAsyncOutputStream.delegate:Lorg/jboss/resteasy/spi/AsyncOutputStream;
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncWrite:([BII)Ljava/util/concurrent/CompletionStage;
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // org.jboss.resteasy.util.CommitHeaderAsyncOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jboss/resteasy/util/CommitHeaderAsyncOutputStream;
            0    2     1   bytes  [B
            0    2     2  offset  I
            0    2     3  length  I
    Signature: ([BII)Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      length  
}
SourceFile: "CommitHeaderAsyncOutputStream.java"
InnerClasses:
  public abstract CommitCallback = org.jboss.resteasy.util.CommitHeaderOutputStream$CommitCallback of org.jboss.resteasy.util.CommitHeaderOutputStream