final class okhttp3.internal.http2.Hpack$Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: okhttp3.internal.http2.Hpack$Reader
  super_class: java.lang.Object
{
  private final java.util.List<okhttp3.internal.http2.Header> headerList;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lokhttp3/internal/http2/Header;>;

  private final okio.BufferedSource source;
    descriptor: Lokio/BufferedSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int headerTableSizeSetting;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int maxDynamicTableByteCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  okhttp3.internal.http2.Header[] dynamicTable;
    descriptor: [Lokhttp3/internal/http2/Header;
    flags: (0x0000) 

  int nextHeaderIndex;
    descriptor: I
    flags: (0x0000) 

  int headerCount;
    descriptor: I
    flags: (0x0000) 

  int dynamicTableByteCount;
    descriptor: I
    flags: (0x0000) 

  void <init>(int, okio.Source);
    descriptor: (ILokio/Source;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int headerTableSizeSetting
        start local 2 // okio.Source source
         0: .line 131
            aload 0 /* this */
            iload 1 /* headerTableSizeSetting */
            iload 1 /* headerTableSizeSetting */
            aload 2 /* source */
            invokespecial okhttp3.internal.http2.Hpack$Reader.<init>:(IILokio/Source;)V
         1: .line 132
            return
        end local 2 // okio.Source source
        end local 1 // int headerTableSizeSetting
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lokhttp3/internal/http2/Hpack$Reader;
            0    2     1  headerTableSizeSetting  I
            0    2     2                  source  Lokio/Source;
    MethodParameters:
                        Name  Flags
      headerTableSizeSetting  
      source                  

  void <init>(int, int, okio.Source);
    descriptor: (IILokio/Source;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int headerTableSizeSetting
        start local 2 // int maxDynamicTableByteCount
        start local 3 // okio.Source source
         0: .line 134
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
         2: .line 124
            aload 0 /* this */
            bipush 8
            anewarray okhttp3.internal.http2.Header
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
         3: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_1
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
         4: .line 127
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
         5: .line 128
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
         6: .line 135
            aload 0 /* this */
            iload 1 /* headerTableSizeSetting */
            putfield okhttp3.internal.http2.Hpack$Reader.headerTableSizeSetting:I
         7: .line 136
            aload 0 /* this */
            iload 2 /* maxDynamicTableByteCount */
            putfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
         8: .line 137
            aload 0 /* this */
            aload 3 /* source */
            invokestatic okio.Okio.buffer:(Lokio/Source;)Lokio/BufferedSource;
            putfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
         9: .line 138
            return
        end local 3 // okio.Source source
        end local 2 // int maxDynamicTableByteCount
        end local 1 // int headerTableSizeSetting
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   10     0                      this  Lokhttp3/internal/http2/Hpack$Reader;
            0   10     1    headerTableSizeSetting  I
            0   10     2  maxDynamicTableByteCount  I
            0   10     3                    source  Lokio/Source;
    MethodParameters:
                          Name  Flags
      headerTableSizeSetting    
      maxDynamicTableByteCount  
      source                    

  int maxDynamicTableByteCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 141
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            ireturn
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Hpack$Reader;

  private void adjustDynamicTableByteCount();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 145
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
            if_icmpge 5
         1: .line 146
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            ifne 4
         2: .line 147
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.clearDynamicTable:()V
         3: .line 148
            goto 5
         4: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.evictToRecoverBytes:(I)I
            pop
         5: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lokhttp3/internal/http2/Hpack$Reader;

  private void clearDynamicTable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 155
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_1
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
         2: .line 157
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
         3: .line 158
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
         4: .line 159
            return
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lokhttp3/internal/http2/Hpack$Reader;

  private int evictToRecoverBytes(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int bytesToRecover
         0: .line 163
            iconst_0
            istore 2 /* entriesToEvict */
        start local 2 // int entriesToEvict
         1: .line 164
            iload 1 /* bytesToRecover */
            ifle 14
         2: .line 166
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_1
            isub
            istore 3 /* j */
        start local 3 // int j
         3: goto 9
         4: .line 167
      StackMap locals: int int
      StackMap stack:
            iload 1 /* bytesToRecover */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 3 /* j */
            aaload
            getfield okhttp3.internal.http2.Header.hpackSize:I
            isub
            istore 1 /* bytesToRecover */
         5: .line 168
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 3 /* j */
            aaload
            getfield okhttp3.internal.http2.Header.hpackSize:I
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
         6: .line 169
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
            iconst_1
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
         7: .line 170
            iinc 2 /* entriesToEvict */ 1
         8: .line 166
            iinc 3 /* j */ -1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* j */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            if_icmplt 10
            iload 1 /* bytesToRecover */
            ifgt 4
        end local 3 // int j
        10: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
        11: .line 173
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            iconst_1
            iadd
            iload 2 /* entriesToEvict */
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
        12: .line 172
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 174
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            iload 2 /* entriesToEvict */
            iadd
            putfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
        14: .line 176
      StackMap locals:
      StackMap stack:
            iload 2 /* entriesToEvict */
            ireturn
        end local 2 // int entriesToEvict
        end local 1 // int bytesToRecover
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lokhttp3/internal/http2/Hpack$Reader;
            0   15     1  bytesToRecover  I
            1   15     2  entriesToEvict  I
            3   10     3               j  I
    MethodParameters:
                Name  Flags
      bytesToRecover  

  void readHeaders();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 184
            goto 27
         1: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.readByte:()B
            sipush 255
            iand
            istore 1 /* b */
        start local 1 // int b
         2: .line 186
            iload 1 /* b */
            sipush 128
            if_icmpne 4
         3: .line 187
            new java.io.IOException
            dup
            ldc "index == 0"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 188
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            sipush 128
            iand
            sipush 128
            if_icmpne 8
         5: .line 189
            aload 0 /* this */
            iload 1 /* b */
            bipush 127
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readInt:(II)I
            istore 2 /* index */
        start local 2 // int index
         6: .line 190
            aload 0 /* this */
            iload 2 /* index */
            iconst_1
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readIndexedHeader:(I)V
        end local 2 // int index
         7: .line 191
            goto 27
      StackMap locals:
      StackMap stack:
         8: iload 1 /* b */
            bipush 64
            if_icmpne 11
         9: .line 192
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readLiteralHeaderWithIncrementalIndexingNewName:()V
        10: .line 193
            goto 27
      StackMap locals:
      StackMap stack:
        11: iload 1 /* b */
            bipush 64
            iand
            bipush 64
            if_icmpne 15
        12: .line 194
            aload 0 /* this */
            iload 1 /* b */
            bipush 63
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readInt:(II)I
            istore 2 /* index */
        start local 2 // int index
        13: .line 195
            aload 0 /* this */
            iload 2 /* index */
            iconst_1
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readLiteralHeaderWithIncrementalIndexingIndexedName:(I)V
        end local 2 // int index
        14: .line 196
            goto 27
      StackMap locals:
      StackMap stack:
        15: iload 1 /* b */
            bipush 32
            iand
            bipush 32
            if_icmpne 22
        16: .line 197
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            bipush 31
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readInt:(II)I
            putfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
        17: .line 198
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            iflt 19
        18: .line 199
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerTableSizeSetting:I
            if_icmple 20
        19: .line 200
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid dynamic table size update "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.adjustDynamicTableByteCount:()V
        21: .line 203
            goto 27
      StackMap locals:
      StackMap stack:
        22: iload 1 /* b */
            bipush 16
            if_icmpeq 23
            iload 1 /* b */
            ifne 25
        23: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readLiteralHeaderWithoutIndexingNewName:()V
        24: .line 205
            goto 27
        25: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            bipush 15
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readInt:(II)I
            istore 2 /* index */
        start local 2 // int index
        26: .line 207
            aload 0 /* this */
            iload 2 /* index */
            iconst_1
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readLiteralHeaderWithoutIndexingIndexedName:(I)V
        end local 2 // int index
        end local 1 // int b
        27: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.exhausted:()Z
            ifeq 1
        28: .line 210
            return
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            2   27     1      b  I
            6    7     2  index  I
           13   14     2  index  I
           26   27     2  index  I
    Exceptions:
      throws java.io.IOException

  public java.util.List<okhttp3.internal.http2.Header> getAndResetHeaderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 213
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* result */
        start local 1 // java.util.List result
         1: .line 214
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 215
            aload 1 /* result */
            areturn
        end local 1 // java.util.List result
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lokhttp3/internal/http2/Hpack$Reader;
            1    3     1  result  Ljava/util/List<Lokhttp3/internal/http2/Header;>;
    Signature: ()Ljava/util/List<Lokhttp3/internal/http2/Header;>;

  private void readIndexedHeader(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
         0: .line 219
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.isStaticHeader:(I)Z
            ifeq 4
         1: .line 220
            getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
            iload 1 /* index */
            aaload
            astore 2 /* staticEntry */
        start local 2 // okhttp3.internal.http2.Header staticEntry
         2: .line 221
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            aload 2 /* staticEntry */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // okhttp3.internal.http2.Header staticEntry
         3: .line 222
            goto 8
         4: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
            arraylength
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.dynamicTableIndex:(I)I
            istore 2 /* dynamicTableIndex */
        start local 2 // int dynamicTableIndex
         5: .line 224
            iload 2 /* dynamicTableIndex */
            iflt 6
            iload 2 /* dynamicTableIndex */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            if_icmplt 7
         6: .line 225
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Header index too large "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 2 /* dynamicTableIndex */
            aaload
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // int dynamicTableIndex
         8: .line 229
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lokhttp3/internal/http2/Hpack$Reader;
            0    9     1              index  I
            2    3     2        staticEntry  Lokhttp3/internal/http2/Header;
            5    8     2  dynamicTableIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      index  

  private int dynamicTableIndex(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
         0: .line 233
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            iconst_1
            iadd
            iload 1 /* index */
            iadd
            ireturn
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void readLiteralHeaderWithoutIndexingIndexedName(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
         0: .line 237
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.getName:(I)Lokio/ByteString;
            astore 2 /* name */
        start local 2 // okio.ByteString name
         1: .line 238
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            astore 3 /* value */
        start local 3 // okio.ByteString value
         2: .line 239
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            new okhttp3.internal.http2.Header
            dup
            aload 2 /* name */
            aload 3 /* value */
            invokespecial okhttp3.internal.http2.Header.<init>:(Lokio/ByteString;Lokio/ByteString;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 240
            return
        end local 3 // okio.ByteString value
        end local 2 // okio.ByteString name
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            0    4     1  index  I
            1    4     2   name  Lokio/ByteString;
            2    4     3  value  Lokio/ByteString;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      index  

  private void readLiteralHeaderWithoutIndexingNewName();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 243
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            invokestatic okhttp3.internal.http2.Hpack.checkLowercase:(Lokio/ByteString;)Lokio/ByteString;
            astore 1 /* name */
        start local 1 // okio.ByteString name
         1: .line 244
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            astore 2 /* value */
        start local 2 // okio.ByteString value
         2: .line 245
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            new okhttp3.internal.http2.Header
            dup
            aload 1 /* name */
            aload 2 /* value */
            invokespecial okhttp3.internal.http2.Header.<init>:(Lokio/ByteString;Lokio/ByteString;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 246
            return
        end local 2 // okio.ByteString value
        end local 1 // okio.ByteString name
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            1    4     1   name  Lokio/ByteString;
            2    4     2  value  Lokio/ByteString;
    Exceptions:
      throws java.io.IOException

  private void readLiteralHeaderWithIncrementalIndexingIndexedName(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int nameIndex
         0: .line 250
            aload 0 /* this */
            iload 1 /* nameIndex */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.getName:(I)Lokio/ByteString;
            astore 2 /* name */
        start local 2 // okio.ByteString name
         1: .line 251
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            astore 3 /* value */
        start local 3 // okio.ByteString value
         2: .line 252
            aload 0 /* this */
            iconst_m1
            new okhttp3.internal.http2.Header
            dup
            aload 2 /* name */
            aload 3 /* value */
            invokespecial okhttp3.internal.http2.Header.<init>:(Lokio/ByteString;Lokio/ByteString;)V
            invokevirtual okhttp3.internal.http2.Hpack$Reader.insertIntoDynamicTable:(ILokhttp3/internal/http2/Header;)V
         3: .line 253
            return
        end local 3 // okio.ByteString value
        end local 2 // okio.ByteString name
        end local 1 // int nameIndex
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lokhttp3/internal/http2/Hpack$Reader;
            0    4     1  nameIndex  I
            1    4     2       name  Lokio/ByteString;
            2    4     3      value  Lokio/ByteString;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      nameIndex  

  private void readLiteralHeaderWithIncrementalIndexingNewName();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 256
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            invokestatic okhttp3.internal.http2.Hpack.checkLowercase:(Lokio/ByteString;)Lokio/ByteString;
            astore 1 /* name */
        start local 1 // okio.ByteString name
         1: .line 257
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByteString:()Lokio/ByteString;
            astore 2 /* value */
        start local 2 // okio.ByteString value
         2: .line 258
            aload 0 /* this */
            iconst_m1
            new okhttp3.internal.http2.Header
            dup
            aload 1 /* name */
            aload 2 /* value */
            invokespecial okhttp3.internal.http2.Header.<init>:(Lokio/ByteString;Lokio/ByteString;)V
            invokevirtual okhttp3.internal.http2.Hpack$Reader.insertIntoDynamicTable:(ILokhttp3/internal/http2/Header;)V
         3: .line 259
            return
        end local 2 // okio.ByteString value
        end local 1 // okio.ByteString name
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            1    4     1   name  Lokio/ByteString;
            2    4     2  value  Lokio/ByteString;
    Exceptions:
      throws java.io.IOException

  private okio.ByteString getName(int);
    descriptor: (I)Lokio/ByteString;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
         0: .line 262
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.isStaticHeader:(I)Z
            ifeq 2
         1: .line 263
            getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
            iload 1 /* index */
            aaload
            getfield okhttp3.internal.http2.Header.name:Lokio/ByteString;
            areturn
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
            arraylength
            isub
            invokevirtual okhttp3.internal.http2.Hpack$Reader.dynamicTableIndex:(I)I
            istore 2 /* dynamicTableIndex */
        start local 2 // int dynamicTableIndex
         3: .line 266
            iload 2 /* dynamicTableIndex */
            iflt 4
            iload 2 /* dynamicTableIndex */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            if_icmplt 5
         4: .line 267
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Header index too large "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 2 /* dynamicTableIndex */
            aaload
            getfield okhttp3.internal.http2.Header.name:Lokio/ByteString;
            areturn
        end local 2 // int dynamicTableIndex
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lokhttp3/internal/http2/Hpack$Reader;
            0    6     1              index  I
            3    6     2  dynamicTableIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      index  

  private boolean isStaticHeader(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
         0: .line 275
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_1
            isub
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lokhttp3/internal/http2/Hpack$Reader;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void insertIntoDynamicTable(int, okhttp3.internal.http2.Header);
    descriptor: (ILokhttp3/internal/http2/Header;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int index
        start local 2 // okhttp3.internal.http2.Header entry
         0: .line 280
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerList:Ljava/util/List;
            aload 2 /* entry */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 282
            aload 2 /* entry */
            getfield okhttp3.internal.http2.Header.hpackSize:I
            istore 3 /* delta */
        start local 3 // int delta
         2: .line 283
            iload 1 /* index */
            iconst_m1
            if_icmpeq 4
         3: .line 284
            iload 3 /* delta */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.dynamicTableIndex:(I)I
            aaload
            getfield okhttp3.internal.http2.Header.hpackSize:I
            isub
            istore 3 /* delta */
         4: .line 288
      StackMap locals: int
      StackMap stack:
            iload 3 /* delta */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            if_icmple 7
         5: .line 289
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.clearDynamicTable:()V
         6: .line 290
            return
         7: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
            iload 3 /* delta */
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.maxDynamicTableByteCount:I
            isub
            istore 4 /* bytesToRecover */
        start local 4 // int bytesToRecover
         8: .line 295
            aload 0 /* this */
            iload 4 /* bytesToRecover */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.evictToRecoverBytes:(I)I
            istore 5 /* entriesEvicted */
        start local 5 // int entriesEvicted
         9: .line 297
            iload 1 /* index */
            iconst_m1
            if_icmpne 19
        10: .line 298
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            if_icmple 15
        11: .line 299
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_2
            imul
            anewarray okhttp3.internal.http2.Header
            astore 6 /* doubled */
        start local 6 // okhttp3.internal.http2.Header[] doubled
        12: .line 300
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iconst_0
            aload 6 /* doubled */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 301
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            arraylength
            iconst_1
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
        14: .line 302
            aload 0 /* this */
            aload 6 /* doubled */
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
        end local 6 // okhttp3.internal.http2.Header[] doubled
        15: .line 304
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            dup_x1
            iconst_1
            isub
            putfield okhttp3.internal.http2.Hpack$Reader.nextHeaderIndex:I
            istore 1 /* index */
        16: .line 305
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 1 /* index */
            aload 2 /* entry */
            aastore
        17: .line 306
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
            iconst_1
            iadd
            putfield okhttp3.internal.http2.Hpack$Reader.headerCount:I
        18: .line 307
            goto 21
        19: .line 308
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.dynamicTableIndex:(I)I
            iload 5 /* entriesEvicted */
            iadd
            iadd
            istore 1 /* index */
        20: .line 309
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTable:[Lokhttp3/internal/http2/Header;
            iload 1 /* index */
            aload 2 /* entry */
            aastore
        21: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
            iload 3 /* delta */
            iadd
            putfield okhttp3.internal.http2.Hpack$Reader.dynamicTableByteCount:I
        22: .line 312
            return
        end local 5 // int entriesEvicted
        end local 4 // int bytesToRecover
        end local 3 // int delta
        end local 2 // okhttp3.internal.http2.Header entry
        end local 1 // int index
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Lokhttp3/internal/http2/Hpack$Reader;
            0   23     1           index  I
            0   23     2           entry  Lokhttp3/internal/http2/Header;
            2   23     3           delta  I
            8   23     4  bytesToRecover  I
            9   23     5  entriesEvicted  I
           12   15     6         doubled  [Lokhttp3/internal/http2/Header;
    MethodParameters:
       Name  Flags
      index  
      entry  

  private int readByte();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 315
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.readByte:()B
            sipush 255
            iand
            ireturn
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Hpack$Reader;
    Exceptions:
      throws java.io.IOException

  int readInt(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
        start local 1 // int firstByte
        start local 2 // int prefixMask
         0: .line 319
            iload 1 /* firstByte */
            iload 2 /* prefixMask */
            iand
            istore 3 /* prefix */
        start local 3 // int prefix
         1: .line 320
            iload 3 /* prefix */
            iload 2 /* prefixMask */
            if_icmpge 3
         2: .line 321
            iload 3 /* prefix */
            ireturn
         3: .line 325
      StackMap locals: int
      StackMap stack:
            iload 2 /* prefixMask */
            istore 4 /* result */
        start local 4 // int result
         4: .line 326
            iconst_0
            istore 5 /* shift */
        start local 5 // int shift
         5: .line 328
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByte:()I
            istore 6 /* b */
        start local 6 // int b
         6: .line 329
            iload 6 /* b */
            sipush 128
            iand
            ifeq 10
         7: .line 330
            iload 4 /* result */
            iload 6 /* b */
            bipush 127
            iand
            iload 5 /* shift */
            ishl
            iadd
            istore 4 /* result */
         8: .line 331
            iinc 5 /* shift */ 7
         9: .line 332
            goto 5
        10: .line 333
      StackMap locals: int
      StackMap stack:
            iload 4 /* result */
            iload 6 /* b */
            iload 5 /* shift */
            ishl
            iadd
            istore 4 /* result */
        end local 6 // int b
        11: .line 337
            iload 4 /* result */
            ireturn
        end local 5 // int shift
        end local 4 // int result
        end local 3 // int prefix
        end local 2 // int prefixMask
        end local 1 // int firstByte
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lokhttp3/internal/http2/Hpack$Reader;
            0   12     1   firstByte  I
            0   12     2  prefixMask  I
            1   12     3      prefix  I
            4   12     4      result  I
            5   12     5       shift  I
            6   11     6           b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      firstByte   
      prefixMask  

  okio.ByteString readByteString();
    descriptor: ()Lokio/ByteString;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // okhttp3.internal.http2.Hpack$Reader this
         0: .line 342
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readByte:()I
            istore 1 /* firstByte */
        start local 1 // int firstByte
         1: .line 343
            iload 1 /* firstByte */
            sipush 128
            iand
            sipush 128
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* huffmanDecode */
        start local 2 // boolean huffmanDecode
         4: .line 344
            aload 0 /* this */
            iload 1 /* firstByte */
            bipush 127
            invokevirtual okhttp3.internal.http2.Hpack$Reader.readInt:(II)I
            istore 3 /* length */
        start local 3 // int length
         5: .line 346
            iload 2 /* huffmanDecode */
            ifeq 7
         6: .line 347
            invokestatic okhttp3.internal.http2.Huffman.get:()Lokhttp3/internal/http2/Huffman;
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
            iload 3 /* length */
            i2l
            invokeinterface okio.BufferedSource.readByteArray:(J)[B
            invokevirtual okhttp3.internal.http2.Huffman.decode:([B)[B
            invokestatic okio.ByteString.of:([B)Lokio/ByteString;
            areturn
         7: .line 349
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Hpack$Reader.source:Lokio/BufferedSource;
            iload 3 /* length */
            i2l
            invokeinterface okio.BufferedSource.readByteString:(J)Lokio/ByteString;
            areturn
        end local 3 // int length
        end local 2 // boolean huffmanDecode
        end local 1 // int firstByte
        end local 0 // okhttp3.internal.http2.Hpack$Reader this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lokhttp3/internal/http2/Hpack$Reader;
            1    8     1      firstByte  I
            4    8     2  huffmanDecode  Z
            5    8     3         length  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Hpack.java"
NestHost: okhttp3.internal.http2.Hpack
InnerClasses:
  final Reader = okhttp3.internal.http2.Hpack$Reader of okhttp3.internal.http2.Hpack