final class com.mongodb.internal.connection.CompositeByteBuf$Component
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.internal.connection.CompositeByteBuf$Component
  super_class: java.lang.Object
{
  private final org.bson.ByteBuf buffer;
    descriptor: Lorg/bson/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int endOffset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.bson.ByteBuf, int);
    descriptor: (Lorg/bson/ByteBuf;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.internal.connection.CompositeByteBuf$Component this
        start local 1 // org.bson.ByteBuf buffer
        start local 2 // int offset
         0: .line 337
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 338
            aload 0 /* this */
            aload 1 /* buffer */
            putfield com.mongodb.internal.connection.CompositeByteBuf$Component.buffer:Lorg/bson/ByteBuf;
         2: .line 339
            aload 0 /* this */
            aload 1 /* buffer */
            invokeinterface org.bson.ByteBuf.limit:()I
            aload 1 /* buffer */
            invokeinterface org.bson.ByteBuf.position:()I
            isub
            putfield com.mongodb.internal.connection.CompositeByteBuf$Component.length:I
         3: .line 340
            aload 0 /* this */
            iload 2 /* offset */
            putfield com.mongodb.internal.connection.CompositeByteBuf$Component.offset:I
         4: .line 341
            aload 0 /* this */
            iload 2 /* offset */
            aload 0 /* this */
            getfield com.mongodb.internal.connection.CompositeByteBuf$Component.length:I
            iadd
            putfield com.mongodb.internal.connection.CompositeByteBuf$Component.endOffset:I
         5: .line 342
            return
        end local 2 // int offset
        end local 1 // org.bson.ByteBuf buffer
        end local 0 // com.mongodb.internal.connection.CompositeByteBuf$Component this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/mongodb/internal/connection/CompositeByteBuf$Component;
            0    6     1  buffer  Lorg/bson/ByteBuf;
            0    6     2  offset  I
    MethodParameters:
        Name  Flags
      buffer  final
      offset  final
}
SourceFile: "CompositeByteBuf.java"
NestHost: com.mongodb.internal.connection.CompositeByteBuf
InnerClasses:
  private final Component = com.mongodb.internal.connection.CompositeByteBuf$Component of com.mongodb.internal.connection.CompositeByteBuf