public class io.vertx.core.eventbus.impl.BodyReadStream<T> implements io.vertx.core.streams.ReadStream<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.BodyReadStream
  super_class: java.lang.Object
{
  private io.vertx.core.streams.ReadStream<io.vertx.core.eventbus.Message<T>> delegate;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/streams/ReadStream<Lio/vertx/core/eventbus/Message<TT;>;>;

  public void <init>(io.vertx.core.streams.ReadStream<io.vertx.core.eventbus.Message<T>>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
        start local 1 // io.vertx.core.streams.ReadStream delegate
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
         2: .line 30
            return
        end local 1 // io.vertx.core.streams.ReadStream delegate
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
            0    3     1  delegate  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/eventbus/Message<TT;>;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/eventbus/Message<TT;>;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.streams.ReadStream<T> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* handler */
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 35
            aconst_null
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<T> handler(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 40
            aload 1 /* handler */
            ifnull 3
         1: .line 41
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/eventbus/impl/BodyReadStream.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         2: .line 42
            goto 4
         3: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
            0    5     1  handler  Lio/vertx/core/Handler<TT;>;
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/vertx/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<T> pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
         0: .line 50
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 51
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
    Signature: ()Lio/vertx/core/streams/ReadStream<TT;>;

  public io.vertx.core.streams.ReadStream<T> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
        start local 1 // long amount
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            lload 1 /* amount */
            invokeinterface io.vertx.core.streams.ReadStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<TT;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.streams.ReadStream<T> resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 63
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
    Signature: ()Lio/vertx/core/streams/ReadStream<TT;>;

  public io.vertx.core.streams.ReadStream<T> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.BodyReadStream.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.core.eventbus.impl.BodyReadStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/eventbus/impl/BodyReadStream<TT;>;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/ReadStream<TT;>;
    MethodParameters:
            Name  Flags
      endHandler  

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

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.eventbus.Message);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.eventbus.Message message
         0: .line 41
            aload 0
            aload 1 /* message */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.eventbus.Message message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  message  Lio/vertx/core/eventbus/Message<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<TT;>;
SourceFile: "BodyReadStream.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles