public class io.vertx.ext.mongo.impl.GridFSReadStreamPublisher implements org.reactivestreams.Publisher<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher
  super_class: java.lang.Object
{
  private final io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;

  private final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> current;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

  public void <init>(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
        start local 1 // io.vertx.core.streams.ReadStream stream
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
         2: .line 35
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.current:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 36
            return
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            0    4     1  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      stream  

  private void release();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.current:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            astore 1 /* sub */
        start local 1 // org.reactivestreams.Subscription sub
         1: .line 40
            aload 1 /* sub */
            ifnull 19
         2: .line 41
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.current:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sub */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
         3: .line 43
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         5: .line 45
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 46
            goto 16
      StackMap locals: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher org.reactivestreams.Subscription
      StackMap stack: java.lang.Exception
         7: pop
         8: .line 49
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
         9: .line 50
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: pop
            goto 19
        11: .line 47
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        12: .line 49
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        13: .line 50
            goto 15
      StackMap locals: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher org.reactivestreams.Subscription java.lang.Throwable
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 52
      StackMap locals:
      StackMap stack:
            aload 2
            athrow
        16: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        17: .line 50
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Exception
        18: pop
        19: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription sub
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            1   20     1   sub  Lorg/reactivestreams/Subscription;
      Exception table:
        from    to  target  type
           3     6       7  Class java.lang.Exception
           8     9      10  Class java.lang.Exception
           3     8      11  any
          12    13      14  Class java.lang.Exception
          16    17      18  Class java.lang.Exception

  public void subscribe(org.reactivestreams.Subscriber<? super java.nio.ByteBuffer>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
        start local 1 // org.reactivestreams.Subscriber subscriber
         0: .line 59
            new io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1.<init>:(Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;)V
            astore 2 /* sub */
        start local 2 // org.reactivestreams.Subscription sub
         1: .line 73
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.current:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            aload 2 /* sub */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         2: .line 74
            aload 1 /* subscriber */
            new java.lang.IllegalStateException
            dup
            ldc "This processor allows only a single Subscriber"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         3: .line 75
            return
         4: .line 78
      StackMap locals: org.reactivestreams.Subscription
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         5: .line 80
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* subscriber */
            invokedynamic handle(Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/mongo/impl/GridFSReadStreamPublisher.lambda$0(Lorg/reactivestreams/Subscriber;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 84
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* subscriber */
            invokedynamic handle(Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/mongo/impl/GridFSReadStreamPublisher.lambda$1(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         7: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.stream:Lio/vertx/core/streams/ReadStream;
            aload 1 /* subscriber */
            invokedynamic handle(Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/mongo/impl/GridFSReadStreamPublisher.lambda$2(Lorg/reactivestreams/Subscriber;Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         8: .line 94
            aload 1 /* subscriber */
            aload 2 /* sub */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         9: .line 95
            return
        end local 2 // org.reactivestreams.Subscription sub
        end local 1 // org.reactivestreams.Subscriber subscriber
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            0   10     1  subscriber  Lorg/reactivestreams/Subscriber<-Ljava/nio/ByteBuffer;>;
            1   10     2         sub  Lorg/reactivestreams/Subscription;
    Signature: (Lorg/reactivestreams/Subscriber<-Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
            Name  Flags
      subscriber  

  private void lambda$0(org.reactivestreams.Subscriber, java.lang.Void);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
        start local 2 // java.lang.Void v
         0: .line 81
            aload 0 /* this */
            invokevirtual io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.release:()V
         1: .line 82
            aload 1
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         2: .line 83
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            0    3     2     v  Ljava/lang/Void;

  private void lambda$1(org.reactivestreams.Subscriber, java.lang.Throwable);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
        start local 2 // java.lang.Throwable err
         0: .line 85
            aload 0 /* this */
            invokevirtual io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.release:()V
         1: .line 86
            aload 1
            aload 2 /* err */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 87
            return
        end local 2 // java.lang.Throwable err
        end local 0 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            0    3     2   err  Ljava/lang/Throwable;

  private static void lambda$2(org.reactivestreams.Subscriber, io.vertx.core.buffer.Buffer);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=2
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 89
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 90
            aload 2 /* bytes */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 3 /* wrapper */
        start local 3 // java.nio.ByteBuffer wrapper
         2: .line 91
            aload 0
            aload 3 /* wrapper */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        end local 3 // java.nio.ByteBuffer wrapper
        end local 2 // byte[] bytes
         3: .line 92
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1   buffer  Lio/vertx/core/buffer/Buffer;
            1    3     2    bytes  [B
            2    3     3  wrapper  Ljava/nio/ByteBuffer;
}
Signature: Ljava/lang/Object;Lorg/reactivestreams/Publisher<Ljava/nio/ByteBuffer;>;
SourceFile: "GridFSReadStreamPublisher.java"
NestMembers:
  io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1
InnerClasses:
  io.vertx.ext.mongo.impl.GridFSReadStreamPublisher$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles