public class io.vertx.reactivex.core.parsetools.RecordParser implements io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.parsetools.RecordParser
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.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/reactivex/core/parsetools/RecordParser;>;

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 84
            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/reactivex/core/parsetools/RecordParser.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 85
            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/reactivex/core/parsetools/RecordParser.getDelegate()Lio/vertx/core/parsetools/RecordParser; (5)
                  (Lio/vertx/reactivex/core/parsetools/RecordParser;)Ljava/lang/Object;
         2: .line 84
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.parsetools.RecordParser.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 86
            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.reactivex.core.parsetools.RecordParser this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser this
        start local 1 // java.lang.Object o
         0: .line 73
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 74
      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 75
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.parsetools.RecordParser
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.parsetools.RecordParser that
         4: .line 76
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.parsetools.RecordParser that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser this
         0: .line 81
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.parsetools.RecordParser delegate
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
         2: .line 92
            return
        end local 1 // io.vertx.core.parsetools.RecordParser delegate
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    3     1  delegate  Lio/vertx/core/parsetools/RecordParser;
    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.reactivex.core.parsetools.RecordParser this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;

  public synchronized io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer> toObservable();
    descriptor: ()Lio/reactivex/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.ObservableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: ()Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public synchronized io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer> toFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.FlowableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;

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

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

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.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 148
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1      dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public io.reactivex.Completable rxPipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  public void setOutput(io.vertx.core.Handler<io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler output
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            new io.vertx.reactivex.core.parsetools.RecordParser$1
            dup
            aload 0 /* this */
            aload 1 /* output */
            invokespecial io.vertx.reactivex.core.parsetools.RecordParser$1.<init>:(Lio/vertx/reactivex/core/parsetools/RecordParser;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.parsetools.RecordParser.setOutput:(Lio/vertx/core/Handler;)V
         1: .line 172
            return
        end local 1 // io.vertx.core.Handler output
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  output  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      output  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/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 182
            aload 0 /* delim */
            new io.vertx.reactivex.core.parsetools.RecordParser$2
            dup
            aload 1 /* output */
            invokespecial io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 187
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.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/reactivex/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      output  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(java.lang.String, io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/streams/ReadStream;)Lio/vertx/reactivex/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.reactivex.core.streams.ReadStream stream
         0: .line 200
            aload 0 /* delim */
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 201
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
        end local 1 // io.vertx.reactivex.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/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(java.lang.String, io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/reactivex/Flowable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 214
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/String;Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(java.lang.String, io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Ljava/lang/String;Lio/reactivex/Observable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/String;Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/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 241
            aload 0 /* delim */
            invokestatic io.vertx.core.parsetools.RecordParser.newDelimited:(Ljava/lang/String;)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 242
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.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/reactivex/core/parsetools/RecordParser;
    MethodParameters:
       Name  Flags
      delim  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer delim
         0: .line 253
            aload 0 /* delim */
            invokevirtual io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 254
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.parsetools.RecordParser ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer delim
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  delim  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1    ret  Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
       Name  Flags
      delim  

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

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

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(io.vertx.reactivex.core.buffer.Buffer, io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/reactivex/Flowable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 297
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newDelimited(io.vertx.reactivex.core.buffer.Buffer, io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/reactivex/Observable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 311
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      delim   
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newFixed(int);
    descriptor: (I)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int size
         0: .line 324
            iload 0 /* size */
            invokestatic io.vertx.core.parsetools.RecordParser.newFixed:(I)Lio/vertx/core/parsetools/RecordParser;
            invokestatic io.vertx.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 325
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.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/reactivex/core/parsetools/RecordParser;
    MethodParameters:
      Name  Flags
      size  

  public static io.vertx.reactivex.core.parsetools.RecordParser newFixed(int, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/reactivex/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 336
            iload 0 /* size */
            new io.vertx.reactivex.core.parsetools.RecordParser$4
            dup
            aload 1 /* output */
            invokespecial io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 341
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.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/reactivex/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      output  

  public static io.vertx.reactivex.core.parsetools.RecordParser newFixed(int, io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (ILio/vertx/reactivex/core/streams/ReadStream;)Lio/vertx/reactivex/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.reactivex.core.streams.ReadStream stream
         0: .line 354
            iload 0 /* size */
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.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.reactivex.core.parsetools.RecordParser.newInstance:(Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/core/parsetools/RecordParser;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
         1: .line 355
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.parsetools.RecordParser ret
        end local 1 // io.vertx.reactivex.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/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            1    2     2     ret  Lio/vertx/reactivex/core/parsetools/RecordParser;
    Signature: (ILio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newFixed(int, io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (ILio/reactivex/Flowable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 368
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (ILio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      stream  

  public static io.vertx.reactivex.core.parsetools.RecordParser newFixed(int, io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (ILio/reactivex/Observable;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 382
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (ILio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser this
        start local 1 // java.lang.String delim
         0: .line 394
            aload 0 /* this */
            getfield io.vertx.reactivex.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 395
            return
        end local 1 // java.lang.String delim
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  delim  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      delim  

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

  public io.vertx.reactivex.core.parsetools.RecordParser maxRecordSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
        start local 1 // int size
         0: .line 427
            aload 0 /* this */
            getfield io.vertx.reactivex.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 428
            aload 0 /* this */
            areturn
        end local 1 // int size
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

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

  public io.vertx.reactivex.core.parsetools.RecordParser exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler handler
         0: .line 440
            aload 0 /* this */
            getfield io.vertx.reactivex.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 441
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.parsetools.RecordParser handler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler handler
         0: .line 445
            aload 0 /* this */
            getfield io.vertx.reactivex.core.parsetools.RecordParser.delegate:Lio/vertx/core/parsetools/RecordParser;
            new io.vertx.reactivex.core.parsetools.RecordParser$5
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.parsetools.RecordParser$5.<init>:(Lio/vertx/reactivex/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 450
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

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

  public io.vertx.reactivex.core.parsetools.RecordParser fetch(long);
    descriptor: (J)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
        start local 1 // long amount
         0: .line 459
            aload 0 /* this */
            getfield io.vertx.reactivex.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 460
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

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

  public io.vertx.reactivex.core.parsetools.RecordParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 469
            aload 0 /* this */
            getfield io.vertx.reactivex.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 470
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.reactivex.core.parsetools.RecordParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/parsetools/RecordParser;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/parsetools/RecordParser;
    MethodParameters:
            Name  Flags
      endHandler  

  public static io.vertx.reactivex.core.parsetools.RecordParser newInstance(io.vertx.core.parsetools.RecordParser);
    descriptor: (Lio/vertx/core/parsetools/RecordParser;)Lio/vertx/reactivex/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 475
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.parsetools.RecordParser
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.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.reactivex.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.reactivex.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser.pause:()Lio/vertx/reactivex/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public io.vertx.reactivex.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.core.parsetools.RecordParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/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 84
            new io.vertx.reactivex.core.parsetools.RecordParser
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.parsetools.RecordParser
            invokespecial io.vertx.reactivex.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;
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
SourceFile: "RecordParser.java"
NestMembers:
  io.vertx.reactivex.core.parsetools.RecordParser$1  io.vertx.reactivex.core.parsetools.RecordParser$2  io.vertx.reactivex.core.parsetools.RecordParser$3  io.vertx.reactivex.core.parsetools.RecordParser$4  io.vertx.reactivex.core.parsetools.RecordParser$5
InnerClasses:
  io.vertx.reactivex.core.parsetools.RecordParser$1
  io.vertx.reactivex.core.parsetools.RecordParser$2
  io.vertx.reactivex.core.parsetools.RecordParser$3
  io.vertx.reactivex.core.parsetools.RecordParser$4
  io.vertx.reactivex.core.parsetools.RecordParser$5
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/parsetools/RecordParser;)