final class io.netty.buffer.FixedCompositeByteBuf$Component
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.FixedCompositeByteBuf$Component
  super_class: java.lang.Object
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final io.netty.buffer.ByteBuf buf;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.buffer.FixedCompositeByteBuf$Component this
        start local 1 // int index
        start local 2 // int offset
        start local 3 // io.netty.buffer.ByteBuf buf
         0: .line 693
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 694
            aload 0 /* this */
            iload 1 /* index */
            putfield io.netty.buffer.FixedCompositeByteBuf$Component.index:I
         2: .line 695
            aload 0 /* this */
            iload 2 /* offset */
            putfield io.netty.buffer.FixedCompositeByteBuf$Component.offset:I
         3: .line 696
            aload 0 /* this */
            iload 2 /* offset */
            aload 3 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iadd
            putfield io.netty.buffer.FixedCompositeByteBuf$Component.endOffset:I
         4: .line 697
            aload 0 /* this */
            aload 3 /* buf */
            putfield io.netty.buffer.FixedCompositeByteBuf$Component.buf:Lio/netty/buffer/ByteBuf;
         5: .line 698
            return
        end local 3 // io.netty.buffer.ByteBuf buf
        end local 2 // int offset
        end local 1 // int index
        end local 0 // io.netty.buffer.FixedCompositeByteBuf$Component this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/netty/buffer/FixedCompositeByteBuf$Component;
            0    6     1   index  I
            0    6     2  offset  I
            0    6     3     buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      index   
      offset  
      buf     
}
SourceFile: "FixedCompositeByteBuf.java"
NestHost: io.netty.buffer.FixedCompositeByteBuf
InnerClasses:
  private final Component = io.netty.buffer.FixedCompositeByteBuf$Component of io.netty.buffer.FixedCompositeByteBuf