public class io.vertx.core.parsetools.impl.RecordParserImpl implements io.vertx.core.parsetools.RecordParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.parsetools.impl.RecordParserImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.buffer.Buffer EMPTY_BUFFER;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.vertx.core.buffer.Buffer buff;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private boolean delimited;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private long demand;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> eventHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private boolean parsing;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean streamEnded;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            putstatic io.vertx.core.parsetools.impl.RecordParserImpl.EMPTY_BUFFER:Lio/vertx/core/buffer/Buffer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.streams.ReadStream stream
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            getstatic io.vertx.core.parsetools.impl.RecordParserImpl.EMPTY_BUFFER:Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
         2: .line 41
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
         3: .line 51
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
         4: .line 52
            return
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    5     1  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      stream  

  public void setOutput(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.Handler output
         0: .line 55
            aload 1 /* output */
            ldc "output"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 56
            aload 0 /* this */
            aload 1 /* output */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.eventHandler:Lio/vertx/core/Handler;
         2: .line 57
            return
        end local 1 // io.vertx.core.Handler output
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    3     1  output  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      output  

  public static io.vertx.core.buffer.Buffer latin1StringToBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.String str
         0: .line 67
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            newarray 8
            astore 1 /* bytes */
        start local 1 // byte[] bytes
         1: .line 68
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 69
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* str */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* c */
        start local 3 // char c
         4: .line 70
            aload 1 /* bytes */
            iload 2 /* i */
            iload 3 /* c */
            sipush 255
            iand
            i2b
            bastore
        end local 3 // char c
         5: .line 68
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 72
            aload 1 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 1 // byte[] bytes
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0    str  Ljava/lang/String;
            1    8     1  bytes  [B
            2    7     2      i  I
            4    5     3      c  C
    MethodParameters:
      Name  Flags
      str   

  public static io.vertx.core.parsetools.RecordParser newDelimited(java.lang.String, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String delim
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // io.vertx.core.Handler output
         0: .line 85
            aload 0 /* delim */
            invokestatic io.vertx.core.parsetools.impl.RecordParserImpl.latin1StringToBytes:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            aload 1 /* stream */
            aload 2 /* output */
            invokestatic io.vertx.core.parsetools.impl.RecordParserImpl.newDelimited:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 2 // io.vertx.core.Handler output
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // java.lang.String delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   delim  Ljava/lang/String;
            0    1     1  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    1     2  output  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  
      output  

  public static io.vertx.core.parsetools.RecordParser newDelimited(io.vertx.core.buffer.Buffer, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.buffer.Buffer delim
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // io.vertx.core.Handler output
         0: .line 98
            new io.vertx.core.parsetools.impl.RecordParserImpl
            dup
            aload 1 /* stream */
            invokespecial io.vertx.core.parsetools.impl.RecordParserImpl.<init>:(Lio/vertx/core/streams/ReadStream;)V
            astore 3 /* ls */
        start local 3 // io.vertx.core.parsetools.impl.RecordParserImpl ls
         1: .line 99
            aload 3 /* ls */
            aload 2 /* output */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            pop
         2: .line 100
            aload 3 /* ls */
            aload 0 /* delim */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.delimitedMode:(Lio/vertx/core/buffer/Buffer;)V
         3: .line 101
            aload 3 /* ls */
            areturn
        end local 3 // io.vertx.core.parsetools.impl.RecordParserImpl ls
        end local 2 // io.vertx.core.Handler output
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   delim  Lio/vertx/core/buffer/Buffer;
            0    4     1  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    4     2  output  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            1    4     3      ls  Lio/vertx/core/parsetools/impl/RecordParserImpl;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  
      output  

  public static io.vertx.core.parsetools.RecordParser newFixed(int, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (ILio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int size
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // io.vertx.core.Handler output
         0: .line 114
            iload 0 /* size */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Size must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 115
            new io.vertx.core.parsetools.impl.RecordParserImpl
            dup
            aload 1 /* stream */
            invokespecial io.vertx.core.parsetools.impl.RecordParserImpl.<init>:(Lio/vertx/core/streams/ReadStream;)V
            astore 3 /* ls */
        start local 3 // io.vertx.core.parsetools.impl.RecordParserImpl ls
         4: .line 116
            aload 3 /* ls */
            aload 2 /* output */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            pop
         5: .line 117
            aload 3 /* ls */
            iload 0 /* size */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.fixedSizeMode:(I)V
         6: .line 118
            aload 3 /* ls */
            areturn
        end local 3 // io.vertx.core.parsetools.impl.RecordParserImpl ls
        end local 2 // io.vertx.core.Handler output
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    size  I
            0    7     1  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    7     2  output  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            4    7     3      ls  Lio/vertx/core/parsetools/impl/RecordParserImpl;
    Signature: (ILio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      stream  
      output  

  public void delimitedMode(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // java.lang.String delim
         0: .line 130
            aload 0 /* this */
            aload 1 /* delim */
            invokestatic io.vertx.core.parsetools.impl.RecordParserImpl.latin1StringToBytes:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.delimitedMode:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 131
            return
        end local 1 // java.lang.String delim
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    2     1  delim  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      delim  

  public void delimitedMode(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.buffer.Buffer delim
         0: .line 142
            aload 1 /* delim */
            ldc "delim"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 143
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimited:Z
         2: .line 144
            aload 0 /* this */
            aload 1 /* delim */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delim:[B
         3: .line 145
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
         4: .line 146
            return
        end local 1 // io.vertx.core.buffer.Buffer delim
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    5     1  delim  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      delim  

  public void fixedSizeMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // int size
         0: .line 156
            iload 1 /* size */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Size must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 157
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimited:Z
         4: .line 158
            aload 0 /* this */
            iload 1 /* size */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.recordSize:I
         5: .line 159
            return
        end local 1 // int size
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    6     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public io.vertx.core.parsetools.RecordParser maxRecordSize(int);
    descriptor: (I)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // int size
         0: .line 171
            iload 1 /* size */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Size must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 172
            aload 0 /* this */
            iload 1 /* size */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.maxRecordSize:I
         4: .line 173
            aload 0 /* this */
            areturn
        end local 1 // int size
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    5     1  size  I
    MethodParameters:
      Name  Flags
      size  

  private void handleParsing();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.parsing:Z
            ifeq 2
         1: .line 178
            return
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.parsing:Z
         3: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
            lconst_0
            lcmp
            ifle 28
         4: .line 185
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimited:Z
            ifeq 7
         5: .line 186
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.parseDelimited:()I
            istore 1 /* next */
        start local 1 // int next
         6: .line 187
            goto 8
        end local 1 // int next
         7: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.parseFixed:()I
            istore 1 /* next */
        start local 1 // int next
         8: .line 190
      StackMap locals: int
      StackMap stack:
            iload 1 /* next */
            iconst_m1
            if_icmpne 19
         9: .line 191
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.streamEnded:Z
            ifeq 14
        10: .line 192
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 12
        11: .line 193
            goto 31
        12: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 1 /* next */
        13: .line 196
            goto 19
        14: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            astore 2 /* s */
        start local 2 // io.vertx.core.streams.ReadStream s
        15: .line 198
            aload 2 /* s */
            ifnull 17
        16: .line 199
            aload 2 /* s */
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        17: .line 201
      StackMap locals: io.vertx.core.streams.ReadStream
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.streamEnded:Z
            ifeq 31
        18: .line 202
            goto 3
        end local 2 // io.vertx.core.streams.ReadStream s
        19: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
            ldc 9223372036854775807
            lcmp
            ifeq 21
        20: .line 208
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
            lconst_1
            lsub
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
        21: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            iload 1 /* next */
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            astore 2 /* event */
        start local 2 // io.vertx.core.buffer.Buffer event
        22: .line 211
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
        23: .line 212
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.eventHandler:Lio/vertx/core/Handler;
            astore 3 /* handler */
        start local 3 // io.vertx.core.Handler handler
        24: .line 213
            aload 3 /* handler */
            ifnull 26
        25: .line 214
            aload 3 /* handler */
            aload 2 /* event */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        26: .line 216
      StackMap locals: io.vertx.core.buffer.Buffer io.vertx.core.Handler
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.streamEnded:Z
            ifeq 3
        27: .line 217
            goto 31
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.buffer.Buffer event
        end local 1 // int next
        28: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            astore 1 /* s */
        start local 1 // io.vertx.core.streams.ReadStream s
        29: .line 222
            aload 1 /* s */
            ifnull 31
        30: .line 223
            aload 1 /* s */
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
        end local 1 // io.vertx.core.streams.ReadStream s
        31: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 1 /* len */
        start local 1 // int len
        32: .line 229
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            iload 1 /* len */
            if_icmpne 35
        33: .line 230
            aload 0 /* this */
            getstatic io.vertx.core.parsetools.impl.RecordParserImpl.EMPTY_BUFFER:Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
        34: .line 231
            goto 37
      StackMap locals: int
      StackMap stack:
        35: aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            ifle 37
        36: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            iload 1 /* len */
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
        37: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            isub
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
        38: .line 235
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
        39: .line 236
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.streamEnded:Z
            ifeq 45
        40: .line 237
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.end:()V
        end local 1 // int len
        41: .line 239
            goto 45
      StackMap locals: io.vertx.core.parsetools.impl.RecordParserImpl
      StackMap stack: java.lang.Throwable
        42: astore 4
        43: .line 240
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.parsing:Z
        44: .line 241
            aload 4
            athrow
        45: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.parsing:Z
        46: .line 242
            return
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   47     0     this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            6    7     1     next  I
            8   28     1     next  I
           15   19     2        s  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
           22   28     2    event  Lio/vertx/core/buffer/Buffer;
           24   28     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
           29   31     1        s  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
           32   41     1      len  I
      Exception table:
        from    to  target  type
           3    42      42  any

  private int parseDelimited();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 245
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 246
            goto 12
         2: .line 247
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delim:[B
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
            baload
            if_icmpne 8
         3: .line 248
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
            iconst_1
            iadd
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
         4: .line 249
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delim:[B
            arraylength
            if_icmpne 11
         5: .line 250
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            iconst_1
            iadd
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
         6: .line 251
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
         7: .line 252
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delim:[B
            arraylength
            isub
            ireturn
         8: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
            ifle 11
         9: .line 256
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
            isub
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
        10: .line 257
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.delimPos:I
        11: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            iconst_1
            iadd
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
            iload 1 /* len */
            if_icmplt 2
        13: .line 261
            iconst_m1
            ireturn
        end local 1 // int len
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            1   14     1   len  I

  private int parseFixed();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 266
            iload 1 /* len */
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            isub
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.recordSize:I
            if_icmplt 5
         2: .line 267
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.start:I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.recordSize:I
            iadd
            istore 2 /* end */
        start local 2 // int end
         3: .line 268
            aload 0 /* this */
            iload 2 /* end */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.pos:I
         4: .line 269
            iload 2 /* end */
            ireturn
        end local 2 // int end
         5: .line 271
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int len
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            1    6     1   len  I
            3    5     2   end  I

  public void handle(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 3
         1: .line 281
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
         2: .line 282
            goto 4
         3: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handleParsing:()V
         5: .line 286
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            ifnull 11
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.maxRecordSize:I
            ifle 11
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.buff:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.maxRecordSize:I
            if_icmple 11
         6: .line 287
            new java.lang.IllegalStateException
            dup
            ldc "The current record is too long"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            astore 2 /* ex */
        start local 2 // java.lang.IllegalStateException ex
         7: .line 288
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 10
         8: .line 289
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:Lio/vertx/core/Handler;
            aload 2 /* ex */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 290
            goto 11
        10: .line 291
      StackMap locals: java.lang.IllegalStateException
      StackMap stack:
            aload 2 /* ex */
            athrow
        end local 2 // java.lang.IllegalStateException ex
        11: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0   12     1  buffer  Lio/vertx/core/buffer/Buffer;
            7   11     2      ex  Ljava/lang/IllegalStateException;
    MethodParameters:
        Name  Flags
      buffer  

  private void end();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 297
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.endHandler:Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 298
            aload 1 /* handler */
            ifnull 3
         2: .line 299
            aload 1 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 301
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            1    4     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public io.vertx.core.parsetools.RecordParser exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 305
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 306
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.parsetools.RecordParser handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 311
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.eventHandler:Lio/vertx/core/Handler;
         1: .line 312
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            ifnull 10
         2: .line 313
            aload 1 /* handler */
            ifnull 7
         3: .line 314
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/parsetools/impl/RecordParserImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/parsetools/impl/RecordParserImpl.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 318
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/parsetools/impl/RecordParserImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/parsetools/impl/RecordParserImpl.lambda$1(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         5: .line 323
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 324
            goto 10
         7: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         8: .line 326
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         9: .line 327
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
        10: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0   11     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.parsetools.RecordParser pause();
    descriptor: ()Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 335
            aload 0 /* this */
            lconst_0
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
         1: .line 336
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;

  public io.vertx.core.parsetools.RecordParser fetch(long);
    descriptor: (J)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // long amount
         0: .line 341
            lload 1 /* amount */
            lconst_0
            lcmp
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Fetch amount must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 342
            aload 0 /* this */
            dup
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
            lload 1 /* amount */
            ladd
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
         4: .line 343
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
            lconst_0
            lcmp
            ifge 6
         5: .line 344
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.demand:J
         6: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handleParsing:()V
         7: .line 347
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    8     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.parsetools.RecordParser resume();
    descriptor: ()Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
         0: .line 352
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.fetch:(J)Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;

  public io.vertx.core.parsetools.RecordParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 357
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.endHandler:Lio/vertx/core/Handler;
         1: .line 358
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.pause:()Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handle:(Lio/vertx/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.resume:()Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.fetch:(J)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // java.lang.Void v
         0: .line 315
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.parsetools.impl.RecordParserImpl.streamEnded:Z
         1: .line 316
            aload 0 /* this */
            invokevirtual io.vertx.core.parsetools.impl.RecordParserImpl.handleParsing:()V
         2: .line 317
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    3     1     v  Ljava/lang/Void;

  private void lambda$1(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
        start local 1 // java.lang.Throwable err
         0: .line 319
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 320
            aload 0 /* this */
            getfield io.vertx.core.parsetools.impl.RecordParserImpl.exceptionHandler:Lio/vertx/core/Handler;
            aload 1 /* err */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 322
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.core.parsetools.impl.RecordParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/parsetools/impl/RecordParserImpl;
            0    3     1   err  Ljava/lang/Throwable;
}
SourceFile: "RecordParserImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles