public interface io.vertx.rxjava.core.streams.ReadStream<T> extends io.vertx.rxjava.core.streams.StreamBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.rxjava.core.streams.ReadStream
  super_class: java.lang.Object
{
  public abstract io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract io.vertx.rxjava.core.streams.ReadStream<T> handler(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.rxjava.core.streams.ReadStream<T> pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/rxjava/core/streams/ReadStream<TT;>;

  public abstract io.vertx.rxjava.core.streams.ReadStream<T> resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/rxjava/core/streams/ReadStream<TT;>;

  public abstract io.vertx.rxjava.core.streams.ReadStream<T> fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (J)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
        Name  Flags
      amount  

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

  public abstract io.vertx.rxjava.core.streams.Pipe<T> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<TT;>;

  public abstract void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public abstract void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public abstract rx.Observable<T> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<TT;>;

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

  public static <T> io.vertx.rxjava.core.streams.ReadStream<T> newInstance(io.vertx.core.streams.ReadStream, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.ReadStream arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 134
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.streams.ReadStreamImpl
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.vertx.rxjava.core.streams.ReadStreamImpl.<init>:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.streams.ReadStreamImpl
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.vertx.core.streams.ReadStream arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/core/streams/ReadStream;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_T  

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

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.rxjava.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/rxjava/core/streams/StreamBase;
SourceFile: "ReadStream.java"
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/streams/ReadStream;)