class io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1 implements org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1
  super_class: java.lang.Object
{
  final io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this$0;
    descriptor: Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.mongo.impl.GridFSReadStreamPublisher);
    descriptor: (Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1 this
         0: .line 59
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1.this$0:Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher$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.ext.mongo.impl.GridFSReadStreamPublisher$1 this
        start local 1 // long l
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1.this$0:Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.current:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            aload 0 /* this */
            if_acmpne 2
         1: .line 63
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1.this$0:Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.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 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long l
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher$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.ext.mongo.impl.GridFSReadStreamPublisher$1 this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1.this$0:Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            invokevirtual io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.release:()V
         1: .line 70
            return
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher$1;
}
SourceFile: "GridFSReadStreamPublisher.java"
EnclosingMethod: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
NestHost: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher
InnerClasses:
  io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1