public class io.vertx.rxjava.core.parsetools.RecordParser implements io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.parsetools.RecordParser
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.parsetools.RecordParser> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/parsetools/RecordParser;>;

  private final io.vertx.core.parsetools.RecordParser delegate;
    descriptor: Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private rx.Observable<io.vertx.rxjava.core.buffer.Buffer> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.buffer.Buffer> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/buffer/Buffer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 94
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 95
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.getDelegate()Lio/vertx/core/parsetools/RecordParser; (5)
                  (Lio/vertx/rxjava/core/parsetools/RecordParser;)Ljava/lang/Object;
         2: .line 94
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.parsetools.RecordParser.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 122
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$3(Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.parsetools.RecordParser.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // java.lang.Object o
         0: .line 83
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 85
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.parsetools.RecordParser
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser that
         4: .line 86
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;

  public void <init>(io.vertx.core.parsetools.RecordParser);
    descriptor: (Lio/vertx/core/parsetools/RecordParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.parsetools.RecordParser delegate
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 101
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
         2: .line 102
            return
        end local 1 // io.vertx.core.parsetools.RecordParser delegate
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    3     1  delegate  Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // java.lang.Object delegate
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.parsetools.RecordParser
            putfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
         2: .line 106
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.parsetools.RecordParser getDelegate();
    descriptor: ()Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;

  public synchronized rx.Observable<io.vertx.rxjava.core.buffer.Buffer> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 116
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/buffer/Buffer.newInstance(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer; (6)
                  (Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 117
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.vertx.rxjava.core.parsetools.RecordParser.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.observable:Lrx/Observable;
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/core/buffer/Buffer;Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public io.vertx.rxjava.core.streams.Pipe<io.vertx.rxjava.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokeinterface io.vertx.core.parsetools.RecordParser.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.rxjava.core.parsetools.RecordParser.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 132
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.parsetools.RecordParser.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 147
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 159
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic handle()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/rxjava/core/parsetools/RecordParser.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.parsetools.RecordParser.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 160
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 173
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/vertx/rxjava/core/parsetools/RecordParser;Lio/vertx/rxjava/core/streams/WriteStream;)Ljava/util/function/Consumer;
              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/rxjava/core/parsetools/RecordParser.lambda$6(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    1     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public void setOutput(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler output
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            new io.vertx.rxjava.core.parsetools.RecordParser$1
            dup
            aload 0 /* this */
            aload 1 /* output */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser$1.<init>:(Lio/vertx/rxjava/core/parsetools/RecordParser;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.parsetools.RecordParser.setOutput:(Lio/vertx/core/Handler;)V
         1: .line 184
            return
        end local 1 // io.vertx.core.Handler output
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  output  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      output  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.lang.String delim
        start local 1 // io.vertx.core.Handler output
         0: .line 194
            aload 0 /* delim */
            new io.vertx.rxjava.core.parsetools.RecordParser$2
            dup
            aload 1 /* output */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser$2.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 199
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // io.vertx.core.Handler output
        end local 0 // java.lang.String delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   delim  Ljava/lang/String;
            0    2     1  output  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      output  

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

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(java.lang.String, rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lrx/Observable;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String delim
        start local 1 // rx.Observable stream
         0: .line 226
            aload 0 /* delim */
            aload 1 /* stream */
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$7(Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rx.java.ReadStreamSubscriber.asReadStream:(Lrx/Observable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Ljava/lang/String;Lio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 227
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // rx.Observable stream
        end local 0 // java.lang.String delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   delim  Ljava/lang/String;
            0    2     1  stream  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (Ljava/lang/String;Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.String delim
         0: .line 239
            aload 0 /* delim */
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Ljava/lang/String;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 240
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 0 // java.lang.String delim
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  delim  Ljava/lang/String;
            1    2     1    ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
       Name  Flags
      delim  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer delim
         0: .line 251
            aload 0 /* delim */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 252
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  delim  Lio/vertx/rxjava/core/buffer/Buffer;
            1    2     1    ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
       Name  Flags
      delim  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer delim
        start local 1 // io.vertx.core.Handler output
         0: .line 263
            aload 0 /* delim */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            new io.vertx.rxjava.core.parsetools.RecordParser$3
            dup
            aload 1 /* output */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser$3.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 268
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // io.vertx.core.Handler output
        end local 0 // io.vertx.rxjava.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   delim  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  output  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      output  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(io.vertx.rxjava.core.buffer.Buffer, io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/rxjava/core/streams/ReadStream;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer delim
        start local 1 // io.vertx.rxjava.core.streams.ReadStream stream
         0: .line 281
            aload 0 /* delim */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 1 /* stream */
            invokeinterface io.vertx.rxjava.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 282
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // io.vertx.rxjava.core.streams.ReadStream stream
        end local 0 // io.vertx.rxjava.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   delim  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  stream  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.rxjava.core.parsetools.RecordParser newDelimited(io.vertx.rxjava.core.buffer.Buffer, rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lrx/Observable;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer delim
        start local 1 // rx.Observable stream
         0: .line 295
            aload 0 /* delim */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 1 /* stream */
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$8(Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rx.java.ReadStreamSubscriber.asReadStream:(Lrx/Observable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 296
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // rx.Observable stream
        end local 0 // io.vertx.rxjava.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   delim  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  stream  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.rxjava.core.parsetools.RecordParser newFixed(int);
    descriptor: (I)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int size
         0: .line 308
            iload 0 /* size */
            invokestatic io.vertx.core.parsetools.RecordParser.newFixed:(I)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 309
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  size  I
            1    2     1   ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
      Name  Flags
      size  

  public static io.vertx.rxjava.core.parsetools.RecordParser newFixed(int, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // int size
        start local 1 // io.vertx.core.Handler output
         0: .line 320
            iload 0 /* size */
            new io.vertx.rxjava.core.parsetools.RecordParser$4
            dup
            aload 1 /* output */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser$4.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.core.parsetools.RecordParser.newFixed:(ILio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 325
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // io.vertx.core.Handler output
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    size  I
            0    2     1  output  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      output  

  public static io.vertx.rxjava.core.parsetools.RecordParser newFixed(int, io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (ILio/vertx/rxjava/core/streams/ReadStream;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int size
        start local 1 // io.vertx.rxjava.core.streams.ReadStream stream
         0: .line 338
            iload 0 /* size */
            aload 1 /* stream */
            invokeinterface io.vertx.rxjava.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.RecordParser.newFixed:(ILio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 339
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // io.vertx.rxjava.core.streams.ReadStream stream
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    size  I
            0    2     1  stream  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (ILio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      stream  

  public static io.vertx.rxjava.core.parsetools.RecordParser newFixed(int, rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (ILrx/Observable;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int size
        start local 1 // rx.Observable stream
         0: .line 352
            iload 0 /* size */
            aload 1 /* stream */
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/RecordParser.lambda$9(Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rx.java.ReadStreamSubscriber.asReadStream:(Lrx/Observable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.RecordParser.newFixed:(ILio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.rxjava.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
         1: .line 353
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.parsetools.RecordParser ret
        end local 1 // rx.Observable stream
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    size  I
            0    2     1  stream  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/rxjava/core/parsetools/RecordParser;
    Signature: (ILrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      stream  

  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.rxjava.core.parsetools.RecordParser this
        start local 1 // java.lang.String delim
         0: .line 364
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* delim */
            invokeinterface io.vertx.core.parsetools.RecordParser.delimitedMode:(Ljava/lang/String;)V
         1: .line 365
            return
        end local 1 // java.lang.String delim
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  delim  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      delim  

  public void delimitedMode(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer delim
         0: .line 375
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* delim */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.parsetools.RecordParser.delimitedMode:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 376
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer delim
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  delim  Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser this
        start local 1 // int size
         0: .line 385
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            iload 1 /* size */
            invokeinterface io.vertx.core.parsetools.RecordParser.fixedSizeMode:(I)V
         1: .line 386
            return
        end local 1 // int size
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public io.vertx.rxjava.core.parsetools.RecordParser maxRecordSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // int size
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            iload 1 /* size */
            invokeinterface io.vertx.core.parsetools.RecordParser.maxRecordSize:(I)Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 398
            aload 0 /* this */
            areturn
        end local 1 // int size
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void handle(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
         0: .line 406
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* buffer */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.parsetools.RecordParser.handle:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 407
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  buffer  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

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

  public io.vertx.rxjava.core.parsetools.RecordParser handler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler handler
         0: .line 415
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            new io.vertx.rxjava.core.parsetools.RecordParser$5
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser$5.<init>:(Lio/vertx/rxjava/core/parsetools/RecordParser;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.parsetools.RecordParser.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 420
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.parsetools.RecordParser pause();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 424
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokeinterface io.vertx.core.parsetools.RecordParser.pause:()Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 425
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;

  public io.vertx.rxjava.core.parsetools.RecordParser fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // long amount
         0: .line 429
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            lload 1 /* amount */
            invokeinterface io.vertx.core.parsetools.RecordParser.fetch:(J)Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 430
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.rxjava.core.parsetools.RecordParser resume();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
         0: .line 434
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokeinterface io.vertx.core.parsetools.RecordParser.resume:()Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 435
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;

  public io.vertx.rxjava.core.parsetools.RecordParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.parsetools.RecordParser.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            pop
         1: .line 440
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    MethodParameters:
            Name  Flags
      endHandler  

  public static io.vertx.rxjava.core.parsetools.RecordParser newInstance(io.vertx.core.parsetools.RecordParser);
    descriptor: (Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/rxjava/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.parsetools.RecordParser arg
         0: .line 444
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.parsetools.RecordParser
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser.<init>:(Lio/vertx/core/parsetools/RecordParser;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.parsetools.RecordParser
         2: areturn
        end local 0 // io.vertx.core.parsetools.RecordParser arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.pause:()Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.parsetools.RecordParser.handle:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.streams.ReadStream getDelegate();
    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.rxjava.core.parsetools.RecordParser.getDelegate:()Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.resume:()Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.fetch:(J)Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.parsetools.RecordParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 94
            new io.vertx.rxjava.core.parsetools.RecordParser
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.parsetools.RecordParser
            invokespecial io.vertx.rxjava.core.parsetools.RecordParser.<init>:(Lio/vertx/core/parsetools/RecordParser;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 122
            aload 0 /* o1 */
            checkcast io.vertx.core.buffer.Buffer
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer o1
         0: .line 122
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/core/buffer/Buffer;

  private static void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 159
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$6(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
        start local 2 // io.vertx.core.Handler fut
         0: .line 174
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.parsetools.RecordParser.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 175
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/RecordParser;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static io.vertx.core.buffer.Buffer lambda$7(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer obj
         0: .line 226
            aload 0 /* obj */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/rxjava/core/buffer/Buffer;

  private static io.vertx.core.buffer.Buffer lambda$8(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer obj
         0: .line 295
            aload 0 /* obj */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/rxjava/core/buffer/Buffer;

  private static io.vertx.core.buffer.Buffer lambda$9(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer obj
         0: .line 352
            aload 0 /* obj */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/rxjava/core/buffer/Buffer;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "RecordParser.java"
NestMembers:
  io.vertx.rxjava.core.parsetools.RecordParser$1  io.vertx.rxjava.core.parsetools.RecordParser$2  io.vertx.rxjava.core.parsetools.RecordParser$3  io.vertx.rxjava.core.parsetools.RecordParser$4  io.vertx.rxjava.core.parsetools.RecordParser$5
InnerClasses:
  io.vertx.rxjava.core.parsetools.RecordParser$1
  io.vertx.rxjava.core.parsetools.RecordParser$2
  io.vertx.rxjava.core.parsetools.RecordParser$3
  io.vertx.rxjava.core.parsetools.RecordParser$4
  io.vertx.rxjava.core.parsetools.RecordParser$5
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/parsetools/RecordParser;)