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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
2: aload 0
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 end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
2: aload 0
aload 2
putfield io.vertx.reactivex.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
areturn
end local 0 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 0: 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 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 0: 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 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 start local 1 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
aload 1
invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
new io.vertx.reactivex.core.streams.ReadStreamImpl$1
dup
aload 0
aload 1
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: aload 0
areturn
end local 1 end local 0 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 0: aload 0
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: aload 0
areturn
end local 0 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 0: aload 0
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: aload 0
areturn
end local 0 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 start local 1 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
lload 1
invokeinterface io.vertx.core.streams.ReadStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
aload 1
invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
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
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.reactivex.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
aload 1
invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
aload 2
invokeinterface io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 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 0: 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 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: 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: 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