final class io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor implements io.netty.util.ByteProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor
  super_class: java.lang.Object
{
  private final int initialCapacity;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] bytes;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  private io.netty.handler.codec.http2.HpackHuffmanDecoder$Node node;
    descriptor: Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
        start local 1 // int initialCapacity
         0: .line 146
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 147
            aload 0 /* this */
            iload 1 /* initialCapacity */
            ldc "initialCapacity"
            invokestatic io.netty.util.internal.ObjectUtil.checkPositive:(ILjava/lang/String;)I
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
         2: .line 148
            return
        end local 1 // int initialCapacity
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
            0    3     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
         0: .line 151
            aload 0 /* this */
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         1: .line 152
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
         2: .line 153
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
         3: .line 154
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
         4: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
            newarray 8
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
         5: .line 156
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
         6: .line 157
            return
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;

  public boolean process(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
        start local 1 // byte value
         0: .line 179
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
            bipush 8
            ishl
            iload 1 /* value */
            sipush 255
            iand
            ior
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
         1: .line 180
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            bipush 8
            iadd
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
         2: .line 181
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
            bipush 8
            iadd
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
         3: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            bipush 8
            isub
            iushr
            sipush 255
            iand
            aaload
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         4: .line 185
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
            isub
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
         5: .line 186
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.isTerminal:()Z
            ifeq 11
         6: .line 187
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
            sipush 256
            if_icmpne 8
         7: .line 188
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.EOS_DECODED:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         8: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
            invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.append:(I)V
         9: .line 191
            aload 0 /* this */
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
        10: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
        11: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            bipush 8
        12: .line 183
            if_icmpge 3
        13: .line 197
            iconst_1
            ireturn
        end local 1 // byte value
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
            0   14     1  value  B
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      value  

  io.netty.util.AsciiString end();
    descriptor: ()Lio/netty/util/AsciiString;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
         0: .line 205
            goto 9
         1: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
            bipush 8
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            isub
            ishl
            sipush 255
            iand
            aaload
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         2: .line 207
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.isTerminal:()Z
            ifeq 10
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            if_icmpgt 10
         3: .line 208
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
            sipush 256
            if_icmpne 5
         4: .line 209
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.EOS_DECODED:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         5: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
            isub
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
         6: .line 212
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
            invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.append:(I)V
         7: .line 213
            aload 0 /* this */
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         8: .line 214
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
         9: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
            ifgt 1
        10: .line 224
      StackMap locals:
      StackMap stack:
            iconst_1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
            ishl
            iconst_1
            isub
            istore 1 /* mask */
        start local 1 // int mask
        11: .line 225
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
            bipush 7
            if_icmpgt 12
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
            iload 1 /* mask */
            iand
            iload 1 /* mask */
            if_icmpeq 13
        12: .line 226
      StackMap locals: int
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.INVALID_PADDING:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        13: .line 229
      StackMap locals:
      StackMap stack:
            new io.netty.util.AsciiString
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            iconst_0
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
            iconst_0
            invokespecial io.netty.util.AsciiString.<init>:([BIIZ)V
            areturn
        end local 1 // int mask
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
           11   14     1  mask  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception

  private void append(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
        start local 1 // int i
         0: .line 233
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            arraylength
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
            if_icmpne 7
         1: .line 237
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            arraylength
            sipush 1024
            if_icmplt 2
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            arraylength
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
            iadd
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            arraylength
            iconst_1
            ishl
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* newLength */
        start local 2 // int newLength
         4: .line 238
            iload 2 /* newLength */
            newarray 8
            astore 3 /* newBytes */
        start local 3 // byte[] newBytes
         5: .line 239
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            iconst_0
            aload 3 /* newBytes */
            iconst_0
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 240
            aload 0 /* this */
            aload 3 /* newBytes */
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
        end local 3 // byte[] newBytes
        end local 2 // int newLength
         7: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
            dup_x1
            iconst_1
            iadd
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
            iload 1 /* i */
            i2b
            bastore
         8: .line 243
            return
        end local 1 // int i
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
            0    9     1          i  I
            4    7     2  newLength  I
            5    7     3   newBytes  [B
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "HpackHuffmanDecoder.java"
NestHost: io.netty.handler.codec.http2.HpackHuffmanDecoder
InnerClasses:
  private final DecoderProcessor = io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor of io.netty.handler.codec.http2.HpackHuffmanDecoder
  private final Node = io.netty.handler.codec.http2.HpackHuffmanDecoder$Node of io.netty.handler.codec.http2.HpackHuffmanDecoder