class io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer implements java.util.function.Function<java.nio.ByteBuffer, io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer
  super_class: java.lang.Object
{
  private long count;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer this
         0: .line 298
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 299
            aload 0 /* this */
            lconst_0
            putfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.count:J
         2: .line 298
            return
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;

  public io.vertx.core.buffer.Buffer apply(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 303
            aload 1 /* bb */
            invokestatic io.netty.buffer.Unpooled.copiedBuffer:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
         1: .line 304
            aload 0 /* this */
            dup
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.count:J
            aload 2 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            ladd
            putfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.count:J
         2: .line 305
            aload 2 /* buffer */
            areturn
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;
            0    3     1      bb  Ljava/nio/ByteBuffer;
            1    3     2  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      bb    

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.apply:(Ljava/nio/ByteBuffer;)Lio/vertx/core/buffer/Buffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Ljava/nio/ByteBuffer;Lio/vertx/core/buffer/Buffer;>;
SourceFile: "MongoGridFsClientImpl.java"
NestHost: io.vertx.ext.mongo.impl.MongoGridFsClientImpl
InnerClasses:
  private MapAndCountBuffer = io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer of io.vertx.ext.mongo.impl.MongoGridFsClientImpl