class io.vertx.reactivex.impl.FlowableReadStream$1 implements org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.impl.FlowableReadStream$1
super_class: java.lang.Object
{
final io.vertx.reactivex.impl.FlowableReadStream this$0;
descriptor: Lio/vertx/reactivex/impl/FlowableReadStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.reactivex.impl.FlowableReadStream);
descriptor: (Lio/vertx/reactivex/impl/FlowableReadStream;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
0: .line 54
aload 0 /* this */
aload 1
putfield io.vertx.reactivex.impl.FlowableReadStream$1.this$0:Lio/vertx/reactivex/impl/FlowableReadStream;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/impl/FlowableReadStream$1;
MethodParameters:
Name Flags
this$0 final
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
start local 1 // long l
0: .line 57
aload 0 /* this */
getfield io.vertx.reactivex.impl.FlowableReadStream$1.this$0:Lio/vertx/reactivex/impl/FlowableReadStream;
getfield io.vertx.reactivex.impl.FlowableReadStream.current:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
aload 0 /* this */
if_acmpne 2
1: .line 58
aload 0 /* this */
getfield io.vertx.reactivex.impl.FlowableReadStream$1.this$0:Lio/vertx/reactivex/impl/FlowableReadStream;
getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
lload 1 /* l */
invokeinterface io.vertx.core.streams.ReadStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
pop
2: .line 60
StackMap locals:
StackMap stack:
return
end local 1 // long l
end local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/impl/FlowableReadStream$1;
0 3 1 l J
MethodParameters:
Name Flags
l
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
0: .line 64
aload 0 /* this */
getfield io.vertx.reactivex.impl.FlowableReadStream$1.this$0:Lio/vertx/reactivex/impl/FlowableReadStream;
invokevirtual io.vertx.reactivex.impl.FlowableReadStream.release:()V
1: .line 65
return
end local 0 // io.vertx.reactivex.impl.FlowableReadStream$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/FlowableReadStream$1;
}
SourceFile: "FlowableReadStream.java"
EnclosingMethod: io.vertx.reactivex.impl.FlowableReadStream.subscribeActual:(Lorg/reactivestreams/Subscriber;)V
NestHost: io.vertx.reactivex.impl.FlowableReadStream
InnerClasses:
io.vertx.reactivex.impl.FlowableReadStream$1