public interface io.vertx.core.parsetools.RecordParser extends io.vertx.core.Handler<io.vertx.core.buffer.Buffer>, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.parsetools.RecordParser
  super_class: java.lang.Object
{
  public abstract void setOutput(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      output  

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

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

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

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

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

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

  public static io.vertx.core.parsetools.RecordParser newFixed(int);
    descriptor: (I)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int size
         0: .line 140
            iload 0 /* size */
            aconst_null
            aconst_null
            invokestatic io.vertx.core.parsetools.impl.RecordParserImpl.newFixed:(ILio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  size  I
    MethodParameters:
      Name  Flags
      size  

  public static io.vertx.core.parsetools.RecordParser newFixed(int, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int size
        start local 1 // io.vertx.core.Handler output
         0: .line 151
            iload 0 /* size */
            aconst_null
            aload 1 /* output */
            invokestatic io.vertx.core.parsetools.impl.RecordParserImpl.newFixed:(ILio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
        end local 1 // io.vertx.core.Handler output
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    size  I
            0    1     1  output  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
        Name  Flags
      size    
      output  

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

  public abstract void delimitedMode(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      delim  

  public abstract void delimitedMode(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      delim  

  public abstract void fixedSizeMode(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      size  

  public abstract io.vertx.core.parsetools.RecordParser maxRecordSize(int);
    descriptor: (I)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      size  

  public abstract void handle(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      buffer  

  public abstract io.vertx.core.parsetools.RecordParser exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.parsetools.RecordParser handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.parsetools.RecordParser pause();
    descriptor: ()Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.parsetools.RecordParser fetch(long);
    descriptor: (J)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      amount  

  public abstract io.vertx.core.parsetools.RecordParser resume();
    descriptor: ()Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.parsetools.RecordParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/parsetools/RecordParser;
    MethodParameters:
            Name  Flags
      endHandler  

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

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

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

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

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

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

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

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.core.parsetools.RecordParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/RecordParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "RecordParser.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()