final class org.glassfish.grizzly.http2.hpack.IndexedWriter implements org.glassfish.grizzly.http2.hpack.BinaryRepresentationWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.hpack.IndexedWriter
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.http2.hpack.IntegerWriter intWriter;
    descriptor: Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            new org.glassfish.grizzly.http2.hpack.IntegerWriter
            dup
            invokespecial org.glassfish.grizzly.http2.hpack.IntegerWriter.<init>:()V
            putfield org.glassfish.grizzly.http2.hpack.IndexedWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
         2: .line 26
            return
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/hpack/IndexedWriter;

  org.glassfish.grizzly.http2.hpack.IndexedWriter index(int);
    descriptor: (I)Lorg/glassfish/grizzly/http2/hpack/IndexedWriter;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
        start local 1 // int index
         0: .line 29
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexedWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            iload 1 /* index */
            bipush 7
            sipush 128
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.configure:(III)Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            pop
         1: .line 30
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/glassfish/grizzly/http2/hpack/IndexedWriter;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean write(org.glassfish.grizzly.http2.hpack.HeaderTable, org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/http2/hpack/HeaderTable;Lorg/glassfish/grizzly/Buffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
        start local 1 // org.glassfish.grizzly.http2.hpack.HeaderTable table
        start local 2 // org.glassfish.grizzly.Buffer destination
         0: .line 35
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexedWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            aload 2 /* destination */
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.write:(Lorg/glassfish/grizzly/Buffer;)Z
            ireturn
        end local 2 // org.glassfish.grizzly.Buffer destination
        end local 1 // org.glassfish.grizzly.http2.hpack.HeaderTable table
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/glassfish/grizzly/http2/hpack/IndexedWriter;
            0    1     1        table  Lorg/glassfish/grizzly/http2/hpack/HeaderTable;
            0    1     2  destination  Lorg/glassfish/grizzly/Buffer;
    MethodParameters:
             Name  Flags
      table        
      destination  

  public org.glassfish.grizzly.http2.hpack.BinaryRepresentationWriter reset();
    descriptor: ()Lorg/glassfish/grizzly/http2/hpack/BinaryRepresentationWriter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
         0: .line 40
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexedWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.reset:()Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            pop
         1: .line 41
            aload 0 /* this */
            areturn
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/hpack/IndexedWriter;
}
SourceFile: "IndexedWriter.java"