class io.undertow.protocols.http2.Http2DiscardParser extends io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2DiscardParser
  super_class: io.undertow.protocols.http2.Http2PushBackParser
{
  int remaining;
    descriptor: I
    flags: (0x0000) 

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2DiscardParser this
        start local 1 // int frameLength
         0: .line 33
            aload 0 /* this */
            iload 1 /* frameLength */
            invokespecial io.undertow.protocols.http2.Http2PushBackParser.<init>:(I)V
         1: .line 34
            aload 0 /* this */
            iload 1 /* frameLength */
            putfield io.undertow.protocols.http2.Http2DiscardParser.remaining:I
         2: .line 35
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2DiscardParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/undertow/protocols/http2/Http2DiscardParser;
            0    3     1  frameLength  I
    MethodParameters:
             Name  Flags
      frameLength  

  protected void handleData(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2DiscardParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser frameHeaderParser
         0: .line 39
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2DiscardParser.remaining:I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* toUse */
        start local 3 // int toUse
         1: .line 40
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2DiscardParser.remaining:I
            iload 3 /* toUse */
            isub
            putfield io.undertow.protocols.http2.Http2DiscardParser.remaining:I
         2: .line 41
            aload 1 /* resource */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* toUse */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         3: .line 42
            return
        end local 3 // int toUse
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser frameHeaderParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2DiscardParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/undertow/protocols/http2/Http2DiscardParser;
            0    4     1           resource  Ljava/nio/ByteBuffer;
            0    4     2  frameHeaderParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            1    4     3              toUse  I
    MethodParameters:
                   Name  Flags
      resource           
      frameHeaderParser  
}
SourceFile: "Http2DiscardParser.java"