class io.vertx.reactivex.core.streams.ReadStreamImpl<T> implements io.vertx.reactivex.core.streams.ReadStream<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.core.streams.ReadStreamImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.streams.ReadStream<T> delegate;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<TT;>;

  public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TT;>;

  private io.reactivex.Observable<T> observable;
    descriptor: Lio/reactivex/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Observable<TT;>;

  private io.reactivex.Flowable<T> flowable;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Flowable<TT;>;

  public void <init>(io.vertx.core.streams.ReadStream);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.streams.ReadStream delegate
         0: .line 147
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 148
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
         2: .line 149
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.vertx.reactivex.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.vertx.core.streams.ReadStream delegate
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            0    3     1  delegate  Lio/vertx/core/streams/ReadStream;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(io.vertx.core.streams.ReadStream, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.streams.ReadStream delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 151
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 152
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
         2: .line 153
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.reactivex.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 154
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // io.vertx.core.streams.ReadStream delegate
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            0    4     1   delegate  Lio/vertx/core/streams/ReadStream;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

  public io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            areturn
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;

  public synchronized io.reactivex.Observable<T> 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.streams.ReadStreamImpl this
         0: .line 166
            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.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
    Signature: ()Lio/reactivex/Observable<TT;>;

  public synchronized io.reactivex.Flowable<T> 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.streams.ReadStreamImpl this
         0: .line 174
            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.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
    Signature: ()Lio/reactivex/Flowable<TT;>;

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

  public io.vertx.reactivex.core.streams.ReadStream<T> handler(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            new io.vertx.reactivex.core.streams.ReadStreamImpl$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.streams.ReadStreamImpl$1.<init>:(Lio/vertx/reactivex/core/streams/ReadStreamImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 200
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<TT;>;
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/vertx/reactivex/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

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

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

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

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

  public io.vertx.reactivex.core.streams.Pipe<T> 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.streams.ReadStreamImpl this
         0: .line 254
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pipe:()Lio/vertx/core/streams/Pipe;
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.__typeArg_0: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 255
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.streams.Pipe ret
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            1    2     1   ret  Lio/vertx/reactivex/core/streams/Pipe<TT;>;
    Signature: ()Lio/vertx/reactivex/core/streams/Pipe<TT;>;

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<T>);
    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.streams.ReadStreamImpl this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            invokeinterface io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;)V
         1: .line 264
            return
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            0    2     1   dst  Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<TT;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<T>, 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.streams.ReadStreamImpl this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 277
            aload 0 /* this */
            getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 278
            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.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
            0    2     1      dst  Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<TT;>;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<T>);
    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.streams.ReadStreamImpl this
         0: .line 291
            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.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/streams/ReadStreamImpl<TT;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<TT;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  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.streams.ReadStreamImpl.getDelegate:()Lio/vertx/core/streams/ReadStream;
            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.streams.ReadStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/reactivex/core/streams/ReadStream<TT;>;
SourceFile: "ReadStream.java"
NestMembers:
  io.vertx.reactivex.core.streams.ReadStreamImpl$1
InnerClasses:
  io.vertx.reactivex.core.streams.ReadStreamImpl$1