class io.netty.buffer.WrappedCompositeByteBuf extends io.netty.buffer.CompositeByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.buffer.WrappedCompositeByteBuf
  super_class: io.netty.buffer.CompositeByteBuf
{
  private final io.netty.buffer.CompositeByteBuf wrapped;
    descriptor: Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.buffer.CompositeByteBuf);
    descriptor: (Lio/netty/buffer/CompositeByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.CompositeByteBuf wrapped
         0: .line 37
            aload 0 /* this */
            aload 1 /* wrapped */
            invokevirtual io.netty.buffer.CompositeByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokespecial io.netty.buffer.CompositeByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;)V
         1: .line 38
            aload 0 /* this */
            aload 1 /* wrapped */
            putfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
         2: .line 39
            return
        end local 1 // io.netty.buffer.CompositeByteBuf wrapped
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    3     1  wrapped  Lio/netty/buffer/CompositeByteBuf;
    MethodParameters:
         Name  Flags
      wrapped  

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 43
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.release:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int decrement
         0: .line 48
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* decrement */
            invokevirtual io.netty.buffer.CompositeByteBuf.release:(I)Z
            ireturn
        end local 1 // int decrement
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public final int maxCapacity();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 53
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.maxCapacity:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int readerIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 58
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readerIndex:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int writerIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 63
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.writerIndex:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean isReadable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 68
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.isReadable:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean isReadable(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int numBytes
         0: .line 73
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* numBytes */
            invokevirtual io.netty.buffer.CompositeByteBuf.isReadable:(I)Z
            ireturn
        end local 1 // int numBytes
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public final boolean isWritable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 78
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.isWritable:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean isWritable(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int numBytes
         0: .line 83
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* numBytes */
            invokevirtual io.netty.buffer.CompositeByteBuf.isWritable:(I)Z
            ireturn
        end local 1 // int numBytes
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public final int readableBytes();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 88
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readableBytes:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int writableBytes();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 93
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.writableBytes:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int maxWritableBytes();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 98
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.maxWritableBytes:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int ensureWritable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int minWritableBytes
        start local 2 // boolean force
         0: .line 103
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* minWritableBytes */
            iload 2 /* force */
            invokevirtual io.netty.buffer.CompositeByteBuf.ensureWritable:(IZ)I
            ireturn
        end local 2 // boolean force
        end local 1 // int minWritableBytes
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  minWritableBytes  I
            0    1     2             force  Z
    MethodParameters:
                  Name  Flags
      minWritableBytes  
      force             

  public io.netty.buffer.ByteBuf order(java.nio.ByteOrder);
    descriptor: (Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.ByteOrder endianness
         0: .line 108
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* endianness */
            invokevirtual io.netty.buffer.CompositeByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // java.nio.ByteOrder endianness
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  endianness  Ljava/nio/ByteOrder;
    MethodParameters:
            Name  Flags
      endianness  

  public boolean getBoolean(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 113
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBoolean:(I)Z
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getUnsignedByte(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 118
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedByte:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 123
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShortLE(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 128
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 133
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedShort:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShortLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 138
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedShortLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 143
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 148
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 153
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 158
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 163
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIntLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 168
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedInt(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 173
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedInt:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedIntLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 178
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedIntLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 183
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLongLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 188
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 193
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getChar:(I)C
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 198
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getFloat:(I)F
            freturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 203
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getDouble:(I)D
            dreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.netty.buffer.ByteBuf setShortLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 208
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setShortLE:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setMediumLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 213
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setIntLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 218
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setIntLE:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setLongLE(int, long);
    descriptor: (IJ)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 223
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
            0    1     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 228
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readByte:()B
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 233
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readBoolean:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public short readUnsignedByte();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 238
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedByte:()S
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 243
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readShort:()S
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public short readShortLE();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 248
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readShortLE:()S
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readUnsignedShort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 253
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedShort:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readUnsignedShortLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 258
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedShortLE:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 263
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readMedium:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 268
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readMediumLE:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readUnsignedMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 273
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedMedium:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readUnsignedMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 278
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedMediumLE:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 283
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readInt:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public int readIntLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 288
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readIntLE:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public long readUnsignedInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 293
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedInt:()J
            lreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public long readUnsignedIntLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 298
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedIntLE:()J
            lreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 303
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readLong:()J
            lreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public long readLongLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 308
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readLongLE:()J
            lreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public char readChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 313
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readChar:()C
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 318
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readFloat:()F
            freturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 323
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.readDouble:()D
            dreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf readBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
         0: .line 328
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf slice();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 333
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.slice:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf retainedSlice();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 338
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.retainedSlice:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf slice(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 343
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.ByteBuf retainedSlice(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 348
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.retainedSlice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer nioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 353
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffer:()Ljava/nio/ByteBuffer;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.charset.Charset charset
         0: .line 358
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public java.lang.String toString(int, int, java.nio.charset.Charset);
    descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 363
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.toString:(IILjava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 3 // java.nio.charset.Charset charset
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1    index  I
            0    1     2   length  I
            0    1     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  public int indexOf(int, int, byte);
    descriptor: (IIB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // byte value
         0: .line 368
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            iload 3 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.indexOf:(IIB)I
            ireturn
        end local 3 // byte value
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
            0    1     3      value  B
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    
      value      

  public int bytesBefore(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // byte value
         0: .line 373
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(B)I
            ireturn
        end local 1 // byte value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public int bytesBefore(int, byte);
    descriptor: (IB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
        start local 2 // byte value
         0: .line 378
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(IB)I
            ireturn
        end local 2 // byte value
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  length  I
            0    1     2   value  B
    MethodParameters:
        Name  Flags
      length  
      value   

  public int bytesBefore(int, int, byte);
    descriptor: (IIB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // byte value
         0: .line 383
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            iload 3 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(IIB)I
            ireturn
        end local 3 // byte value
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
            0    1     3   value  B
    MethodParameters:
        Name  Flags
      index   
      length  
      value   

  public int forEachByte(io.netty.util.ByteProcessor);
    descriptor: (Lio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 388
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* processor */
            invokevirtual io.netty.buffer.CompositeByteBuf.forEachByte:(Lio/netty/util/ByteProcessor;)I
            ireturn
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      processor  

  public int forEachByte(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 393
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.CompositeByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
            ireturn
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1      index  I
            0    1     2     length  I
            0    1     3  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  public int forEachByteDesc(io.netty.util.ByteProcessor);
    descriptor: (Lio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 398
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* processor */
            invokevirtual io.netty.buffer.CompositeByteBuf.forEachByteDesc:(Lio/netty/util/ByteProcessor;)I
            ireturn
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      processor  

  public int forEachByteDesc(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 403
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.CompositeByteBuf.forEachByteDesc:(IILio/netty/util/ByteProcessor;)I
            ireturn
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1      index  I
            0    1     2     length  I
            0    1     3  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 408
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.hashCode:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.lang.Object o
         0: .line 413
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* o */
            invokevirtual io.netty.buffer.CompositeByteBuf.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public final int compareTo(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf that
         0: .line 418
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* that */
            invokevirtual io.netty.buffer.CompositeByteBuf.compareTo:(Lio/netty/buffer/ByteBuf;)I
            ireturn
        end local 1 // io.netty.buffer.ByteBuf that
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  that  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      that  

  public final int refCnt();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 423
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.refCnt:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf duplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 428
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 433
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf readSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
         0: .line 438
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readSlice:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readRetainedSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
         0: .line 443
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readRetainedSlice:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public int readBytes(java.nio.channels.GatheringByteChannel, int);
    descriptor: (Ljava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.channels.GatheringByteChannel out
        start local 2 // int length
         0: .line 448
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* out */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/channels/GatheringByteChannel;I)I
            ireturn
        end local 2 // int length
        end local 1 // java.nio.channels.GatheringByteChannel out
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1     out  Ljava/nio/channels/GatheringByteChannel;
            0    1     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      length  

  public io.netty.buffer.ByteBuf writeShortLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 453
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeShortLE:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeMediumLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 458
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeIntLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 463
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeIntLE:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeLongLE(long);
    descriptor: (J)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // long value
         0: .line 468
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            lload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeLongLE:(J)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // long value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public int writeBytes(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.io.InputStream in
        start local 2 // int length
         0: .line 473
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* in */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/io/InputStream;I)I
            ireturn
        end local 2 // int length
        end local 1 // java.io.InputStream in
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1      in  Ljava/io/InputStream;
            0    1     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      in      
      length  

  public int writeBytes(java.nio.channels.ScatteringByteChannel, int);
    descriptor: (Ljava/nio/channels/ScatteringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.channels.ScatteringByteChannel in
        start local 2 // int length
         0: .line 478
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* in */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/channels/ScatteringByteChannel;I)I
            ireturn
        end local 2 // int length
        end local 1 // java.nio.channels.ScatteringByteChannel in
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1      in  Ljava/nio/channels/ScatteringByteChannel;
            0    1     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      in      
      length  

  public io.netty.buffer.ByteBuf copy();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 483
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.copy:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf addComponent(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 488
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* buffer */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 489
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  public io.netty.buffer.CompositeByteBuf addComponents(io.netty.buffer.ByteBuf[]);
    descriptor: ([Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf[] buffers
         0: .line 494
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:([Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 495
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf[] buffers
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  buffers  [Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      buffers  

  public io.netty.buffer.CompositeByteBuf addComponents(java.lang.Iterable<io.netty.buffer.ByteBuf>);
    descriptor: (Ljava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.lang.Iterable buffers
         0: .line 500
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(Ljava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 501
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable buffers
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  buffers  Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
    Signature: (Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
    MethodParameters:
         Name  Flags
      buffers  

  public io.netty.buffer.CompositeByteBuf addComponent(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
        start local 2 // io.netty.buffer.ByteBuf buffer
         0: .line 506
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            aload 2 /* buffer */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 507
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf buffer
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  cIndex  I
            0    2     2  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      cIndex  
      buffer  

  public io.netty.buffer.CompositeByteBuf addComponents(int, io.netty.buffer.ByteBuf[]);
    descriptor: (I[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
        start local 2 // io.netty.buffer.ByteBuf[] buffers
         0: .line 512
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            aload 2 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(I[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 513
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf[] buffers
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   cIndex  I
            0    2     2  buffers  [Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      cIndex   
      buffers  

  public io.netty.buffer.CompositeByteBuf addComponents(int, java.lang.Iterable<io.netty.buffer.ByteBuf>);
    descriptor: (ILjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
        start local 2 // java.lang.Iterable buffers
         0: .line 518
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            aload 2 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(ILjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 519
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable buffers
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   cIndex  I
            0    2     2  buffers  Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
    Signature: (ILjava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
    MethodParameters:
         Name  Flags
      cIndex   
      buffers  

  public io.netty.buffer.CompositeByteBuf addComponent(boolean, io.netty.buffer.ByteBuf);
    descriptor: (ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // boolean increaseWriterIndex
        start local 2 // io.netty.buffer.ByteBuf buffer
         0: .line 524
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* increaseWriterIndex */
            aload 2 /* buffer */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 525
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf buffer
        end local 1 // boolean increaseWriterIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  increaseWriterIndex  Z
            0    2     2               buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                     Name  Flags
      increaseWriterIndex  
      buffer               

  public io.netty.buffer.CompositeByteBuf addComponents(boolean, io.netty.buffer.ByteBuf[]);
    descriptor: (Z[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // boolean increaseWriterIndex
        start local 2 // io.netty.buffer.ByteBuf[] buffers
         0: .line 530
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* increaseWriterIndex */
            aload 2 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(Z[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 531
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf[] buffers
        end local 1 // boolean increaseWriterIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  increaseWriterIndex  Z
            0    2     2              buffers  [Lio/netty/buffer/ByteBuf;
    MethodParameters:
                     Name  Flags
      increaseWriterIndex  
      buffers              

  public io.netty.buffer.CompositeByteBuf addComponents(boolean, java.lang.Iterable<io.netty.buffer.ByteBuf>);
    descriptor: (ZLjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // boolean increaseWriterIndex
        start local 2 // java.lang.Iterable buffers
         0: .line 536
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* increaseWriterIndex */
            aload 2 /* buffers */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(ZLjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 537
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable buffers
        end local 1 // boolean increaseWriterIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  increaseWriterIndex  Z
            0    2     2              buffers  Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
    Signature: (ZLjava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
    MethodParameters:
                     Name  Flags
      increaseWriterIndex  
      buffers              

  public io.netty.buffer.CompositeByteBuf addComponent(boolean, int, io.netty.buffer.ByteBuf);
    descriptor: (ZILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // boolean increaseWriterIndex
        start local 2 // int cIndex
        start local 3 // io.netty.buffer.ByteBuf buffer
         0: .line 542
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* increaseWriterIndex */
            iload 2 /* cIndex */
            aload 3 /* buffer */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 543
            aload 0 /* this */
            areturn
        end local 3 // io.netty.buffer.ByteBuf buffer
        end local 2 // int cIndex
        end local 1 // boolean increaseWriterIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  increaseWriterIndex  Z
            0    2     2               cIndex  I
            0    2     3               buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                     Name  Flags
      increaseWriterIndex  
      cIndex               
      buffer               

  public io.netty.buffer.CompositeByteBuf removeComponent(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
         0: .line 548
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.removeComponent:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 549
            aload 0 /* this */
            areturn
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  cIndex  I
    MethodParameters:
        Name  Flags
      cIndex  

  public io.netty.buffer.CompositeByteBuf removeComponents(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
        start local 2 // int numComponents
         0: .line 554
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            iload 2 /* numComponents */
            invokevirtual io.netty.buffer.CompositeByteBuf.removeComponents:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 555
            aload 0 /* this */
            areturn
        end local 2 // int numComponents
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1         cIndex  I
            0    2     2  numComponents  I
    MethodParameters:
               Name  Flags
      cIndex         
      numComponents  

  public java.util.Iterator<io.netty.buffer.ByteBuf> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 560
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
    Signature: ()Ljava/util/Iterator<Lio/netty/buffer/ByteBuf;>;

  public java.util.List<io.netty.buffer.ByteBuf> decompose(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int offset
        start local 2 // int length
         0: .line 565
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* offset */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.decompose:(II)Ljava/util/List;
            areturn
        end local 2 // int length
        end local 1 // int offset
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  offset  I
            0    1     2  length  I
    Signature: (II)Ljava/util/List<Lio/netty/buffer/ByteBuf;>;
    MethodParameters:
        Name  Flags
      offset  
      length  

  public final boolean isDirect();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 570
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.isDirect:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean hasArray();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 575
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.hasArray:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final byte[] array();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 580
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.array:()[B
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int arrayOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 585
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.arrayOffset:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final boolean hasMemoryAddress();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 590
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.hasMemoryAddress:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final long memoryAddress();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 595
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.memoryAddress:()J
            lreturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int capacity();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 600
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.capacity:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int newCapacity
         0: .line 605
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.CompositeByteBuf.capacity:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 606
            aload 0 /* this */
            areturn
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  public final io.netty.buffer.ByteBufAllocator alloc();
    descriptor: ()Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 611
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 616
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.order:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int numComponents();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 621
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.numComponents:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int maxNumComponents();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 626
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.maxNumComponents:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final int toComponentIndex(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int offset
         0: .line 631
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* offset */
            invokevirtual io.netty.buffer.CompositeByteBuf.toComponentIndex:(I)I
            ireturn
        end local 1 // int offset
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public final int toByteIndex(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
         0: .line 636
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.toByteIndex:(I)I
            ireturn
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  cIndex  I
    MethodParameters:
        Name  Flags
      cIndex  

  public byte getByte(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 641
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf.getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final byte _getByte(int);
    descriptor: (I)B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 646
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final short _getShort(int);
    descriptor: (I)S
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 651
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final short _getShortLE(int);
    descriptor: (I)S
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 656
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 661
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 666
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final int _getInt(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 671
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final int _getIntLE(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 676
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final long _getLong(int);
    descriptor: (I)J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 681
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final long _getLongLE(int);
    descriptor: (I)J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
         0: .line 686
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.CompositeByteBuf._getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.netty.buffer.CompositeByteBuf getBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 691
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 692
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int dstIndex
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     index  I
            0    2     2       dst  [B
            0    2     3  dstIndex  I
            0    2     4    length  I
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    

  public io.netty.buffer.CompositeByteBuf getBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 697
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 698
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    dst  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 703
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 704
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int dstIndex
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     index  I
            0    2     2       dst  Lio/netty/buffer/ByteBuf;
            0    2     3  dstIndex  I
            0    2     4    length  I
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    

  public int getBytes(int, java.nio.channels.GatheringByteChannel, int);
    descriptor: (ILjava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 709
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;I)I
            ireturn
        end local 3 // int length
        end local 2 // java.nio.channels.GatheringByteChannel out
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2     out  Ljava/nio/channels/GatheringByteChannel;
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  public io.netty.buffer.CompositeByteBuf getBytes(int, java.io.OutputStream, int);
    descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 714
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 715
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // java.io.OutputStream out
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   index  I
            0    2     2     out  Ljava/io/OutputStream;
            0    2     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  public io.netty.buffer.CompositeByteBuf setByte(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 720
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setByte:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 721
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setByte(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 726
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setByte:(II)V
         1: .line 727
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setShort(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 731
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setShort:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 732
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setShort(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 737
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setShort:(II)V
         1: .line 738
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setShortLE(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 742
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setShortLE:(II)V
         1: .line 743
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setMedium(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 747
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setMedium:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 748
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setMedium(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 753
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setMedium:(II)V
         1: .line 754
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setMediumLE(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 758
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setMediumLE:(II)V
         1: .line 759
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setInt(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 763
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setInt:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 764
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setInt(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 769
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setInt:(II)V
         1: .line 770
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setIntLE(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 774
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setIntLE:(II)V
         1: .line 775
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setLong(int, long);
    descriptor: (IJ)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 779
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setLong:(IJ)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 780
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setLong(int, long);
    descriptor: (IJ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 785
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setLong:(IJ)V
         1: .line 786
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected final void _setLongLE(int, long);
    descriptor: (IJ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 790
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf._setLongLE:(IJ)V
         1: .line 791
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 795
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 796
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int srcIndex
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     index  I
            0    2     2       src  [B
            0    2     3  srcIndex  I
            0    2     4    length  I
    MethodParameters:
          Name  Flags
      index     
      src       
      srcIndex  
      length    

  public io.netty.buffer.CompositeByteBuf setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 801
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 802
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    src  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 807
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 808
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int srcIndex
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     index  I
            0    2     2       src  Lio/netty/buffer/ByteBuf;
            0    2     3  srcIndex  I
            0    2     4    length  I
    MethodParameters:
          Name  Flags
      index     
      src       
      srcIndex  
      length    

  public int setBytes(int, java.io.InputStream, int);
    descriptor: (ILjava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 813
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/io/InputStream;I)I
            ireturn
        end local 3 // int length
        end local 2 // java.io.InputStream in
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2      in  Ljava/io/InputStream;
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      in      
      length  

  public int setBytes(int, java.nio.channels.ScatteringByteChannel, int);
    descriptor: (ILjava/nio/channels/ScatteringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 818
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/channels/ScatteringByteChannel;I)I
            ireturn
        end local 3 // int length
        end local 2 // java.nio.channels.ScatteringByteChannel in
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2      in  Ljava/nio/channels/ScatteringByteChannel;
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      in      
      length  

  public io.netty.buffer.ByteBuf copy(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 823
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.copy:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public final io.netty.buffer.ByteBuf component(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
         0: .line 828
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.component:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  cIndex  I
    MethodParameters:
        Name  Flags
      cIndex  

  public final io.netty.buffer.ByteBuf componentAtOffset(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int offset
         0: .line 833
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* offset */
            invokevirtual io.netty.buffer.CompositeByteBuf.componentAtOffset:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int offset
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public final io.netty.buffer.ByteBuf internalComponent(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
         0: .line 838
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.internalComponent:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  cIndex  I
    MethodParameters:
        Name  Flags
      cIndex  

  public final io.netty.buffer.ByteBuf internalComponentAtOffset(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int offset
         0: .line 843
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* offset */
            invokevirtual io.netty.buffer.CompositeByteBuf.internalComponentAtOffset:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int offset
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int nioBufferCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 848
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.nioBufferCount:()I
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public java.nio.ByteBuffer internalNioBuffer(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 853
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.internalNioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer nioBuffer(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 858
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer[] nioBuffers(int, int);
    descriptor: (II)[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 863
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.CompositeByteBuf consolidate();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 868
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.consolidate:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 869
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf consolidate(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int cIndex
        start local 2 // int numComponents
         0: .line 874
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* cIndex */
            iload 2 /* numComponents */
            invokevirtual io.netty.buffer.CompositeByteBuf.consolidate:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 875
            aload 0 /* this */
            areturn
        end local 2 // int numComponents
        end local 1 // int cIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1         cIndex  I
            0    2     2  numComponents  I
    MethodParameters:
               Name  Flags
      cIndex         
      numComponents  

  public io.netty.buffer.CompositeByteBuf discardReadComponents();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 880
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.discardReadComponents:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 881
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf discardReadBytes();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 886
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.discardReadBytes:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 887
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 892
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.CompositeByteBuf readerIndex(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int readerIndex
         0: .line 897
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* readerIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.readerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 898
            aload 0 /* this */
            areturn
        end local 1 // int readerIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  readerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  

  public final io.netty.buffer.CompositeByteBuf writerIndex(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int writerIndex
         0: .line 903
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* writerIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.writerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 904
            aload 0 /* this */
            areturn
        end local 1 // int writerIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  writerIndex  I
    MethodParameters:
             Name  Flags
      writerIndex  

  public final io.netty.buffer.CompositeByteBuf setIndex(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int readerIndex
        start local 2 // int writerIndex
         0: .line 909
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* readerIndex */
            iload 2 /* writerIndex */
            invokevirtual io.netty.buffer.CompositeByteBuf.setIndex:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 910
            aload 0 /* this */
            areturn
        end local 2 // int writerIndex
        end local 1 // int readerIndex
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  readerIndex  I
            0    2     2  writerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  
      writerIndex  

  public final io.netty.buffer.CompositeByteBuf clear();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 915
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.clear:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 916
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.CompositeByteBuf markReaderIndex();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 921
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.markReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 922
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.CompositeByteBuf resetReaderIndex();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 927
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.resetReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 928
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.CompositeByteBuf markWriterIndex();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 933
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.markWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 934
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.CompositeByteBuf resetWriterIndex();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 939
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.resetWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 940
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf ensureWritable(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int minWritableBytes
         0: .line 945
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* minWritableBytes */
            invokevirtual io.netty.buffer.CompositeByteBuf.ensureWritable:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 946
            aload 0 /* this */
            areturn
        end local 1 // int minWritableBytes
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  minWritableBytes  I
    MethodParameters:
                  Name  Flags
      minWritableBytes  

  public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
         0: .line 951
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 952
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
        start local 3 // int length
         0: .line 957
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 958
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   index  I
            0    2     2     dst  Lio/netty/buffer/ByteBuf;
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      length  

  public io.netty.buffer.CompositeByteBuf getBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
         0: .line 963
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 964
            aload 0 /* this */
            areturn
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    dst  [B
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.CompositeByteBuf setBoolean(int, boolean);
    descriptor: (IZ)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // boolean value
         0: .line 969
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBoolean:(IZ)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 970
            aload 0 /* this */
            areturn
        end local 2 // boolean value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  Z
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setChar(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 975
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setChar:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 976
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setFloat(int, float);
    descriptor: (IF)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // float value
         0: .line 981
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            fload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setFloat:(IF)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 982
            aload 0 /* this */
            areturn
        end local 2 // float value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  F
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setDouble(int, double);
    descriptor: (ID)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // double value
         0: .line 987
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            dload 2 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.setDouble:(ID)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 988
            aload 0 /* this */
            areturn
        end local 2 // double value
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2  value  D
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
         0: .line 993
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 994
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
        start local 3 // int length
         0: .line 999
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1000
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   index  I
            0    2     2     src  Lio/netty/buffer/ByteBuf;
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      length  

  public io.netty.buffer.CompositeByteBuf setBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
         0: .line 1005
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1006
            aload 0 /* this */
            areturn
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  index  I
            0    2     2    src  [B
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.CompositeByteBuf setZero(int, int);
    descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 1011
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setZero:(II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1012
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
         0: .line 1017
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1018
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      dst   

  public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int length
         0: .line 1023
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1024
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     dst  Lio/netty/buffer/ByteBuf;
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      dst     
      length  

  public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 1029
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1030
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1       dst  Lio/netty/buffer/ByteBuf;
            0    2     2  dstIndex  I
            0    2     3    length  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  
      length    

  public io.netty.buffer.CompositeByteBuf readBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // byte[] dst
         0: .line 1035
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:([B)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1036
            aload 0 /* this */
            areturn
        end local 1 // byte[] dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public io.netty.buffer.CompositeByteBuf readBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 1041
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1042
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1       dst  [B
            0    2     2  dstIndex  I
            0    2     3    length  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  
      length    

  public io.netty.buffer.CompositeByteBuf readBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 1047
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* dst */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1048
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   dst  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      dst   

  public io.netty.buffer.CompositeByteBuf readBytes(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.io.OutputStream out
        start local 2 // int length
         0: .line 1053
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* out */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1054
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.io.OutputStream out
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     out  Ljava/io/OutputStream;
            0    2     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      length  

  public int getBytes(int, java.nio.channels.FileChannel, long, int);
    descriptor: (ILjava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.FileChannel out
        start local 3 // long position
        start local 5 // int length
         0: .line 1059
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            lload 3 /* position */
            iload 5 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JI)I
            ireturn
        end local 5 // int length
        end local 3 // long position
        end local 2 // java.nio.channels.FileChannel out
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1     index  I
            0    1     2       out  Ljava/nio/channels/FileChannel;
            0    1     3  position  J
            0    1     5    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      position  
      length    

  public int setBytes(int, java.nio.channels.FileChannel, long, int);
    descriptor: (ILjava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.FileChannel in
        start local 3 // long position
        start local 5 // int length
         0: .line 1064
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            lload 3 /* position */
            iload 5 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/channels/FileChannel;JI)I
            ireturn
        end local 5 // int length
        end local 3 // long position
        end local 2 // java.nio.channels.FileChannel in
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1     index  I
            0    1     2        in  Ljava/nio/channels/FileChannel;
            0    1     3  position  J
            0    1     5    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      in        
      position  
      length    

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1069
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.isReadOnly:()Z
            ireturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf asReadOnly();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1074
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.asReadOnly:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  protected io.netty.buffer.SwappedByteBuf newSwappedByteBuf();
    descriptor: ()Lio/netty/buffer/SwappedByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1079
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public java.lang.CharSequence getCharSequence(int, int, java.nio.charset.Charset);
    descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 1084
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.getCharSequence:(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
            areturn
        end local 3 // java.nio.charset.Charset charset
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1    index  I
            0    1     2   length  I
            0    1     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  public java.lang.CharSequence readCharSequence(int, java.nio.charset.Charset);
    descriptor: (ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
        start local 2 // java.nio.charset.Charset charset
         0: .line 1089
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            aload 2 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.readCharSequence:(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
            areturn
        end local 2 // java.nio.charset.Charset charset
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1   length  I
            0    1     2  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      length   
      charset  

  public int setCharSequence(int, java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int index
        start local 2 // java.lang.CharSequence sequence
        start local 3 // java.nio.charset.Charset charset
         0: .line 1094
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* index */
            aload 2 /* sequence */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.setCharSequence:(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            ireturn
        end local 3 // java.nio.charset.Charset charset
        end local 2 // java.lang.CharSequence sequence
        end local 1 // int index
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1     index  I
            0    1     2  sequence  Ljava/lang/CharSequence;
            0    1     3   charset  Ljava/nio/charset/Charset;
    MethodParameters:
          Name  Flags
      index     
      sequence  
      charset   

  public int readBytes(java.nio.channels.FileChannel, long, int);
    descriptor: (Ljava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.channels.FileChannel out
        start local 2 // long position
        start local 4 // int length
         0: .line 1099
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* out */
            lload 2 /* position */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/channels/FileChannel;JI)I
            ireturn
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel out
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1       out  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      out       
      position  
      length    

  public int writeBytes(java.nio.channels.FileChannel, long, int);
    descriptor: (Ljava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.channels.FileChannel in
        start local 2 // long position
        start local 4 // int length
         0: .line 1104
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* in */
            lload 2 /* position */
            iload 4 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/channels/FileChannel;JI)I
            ireturn
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel in
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1        in  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      in        
      position  
      length    

  public int writeCharSequence(java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.lang.CharSequence sequence
        start local 2 // java.nio.charset.Charset charset
         0: .line 1109
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* sequence */
            aload 2 /* charset */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            ireturn
        end local 2 // java.nio.charset.Charset charset
        end local 1 // java.lang.CharSequence sequence
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    1     1  sequence  Ljava/lang/CharSequence;
            0    1     2   charset  Ljava/nio/charset/Charset;
    MethodParameters:
          Name  Flags
      sequence  
      charset   

  public io.netty.buffer.CompositeByteBuf skipBytes(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
         0: .line 1114
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.skipBytes:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1115
            aload 0 /* this */
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.CompositeByteBuf writeBoolean(boolean);
    descriptor: (Z)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // boolean value
         0: .line 1120
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBoolean:(Z)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1121
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeByte(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 1126
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeByte:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1127
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeShort(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 1132
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeShort:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1133
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeMedium(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 1138
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeMedium:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1139
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeInt(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 1144
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeInt:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1145
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeLong(long);
    descriptor: (J)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // long value
         0: .line 1150
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            lload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeLong:(J)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1151
            aload 0 /* this */
            areturn
        end local 1 // long value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeChar(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int value
         0: .line 1156
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeChar:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1157
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeFloat(float);
    descriptor: (F)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // float value
         0: .line 1162
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            fload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeFloat:(F)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1163
            aload 0 /* this */
            areturn
        end local 1 // float value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeDouble(double);
    descriptor: (D)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // double value
         0: .line 1168
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            dload 1 /* value */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeDouble:(D)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1169
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
         0: .line 1174
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1175
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      src   

  public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int length
         0: .line 1180
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            iload 2 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1181
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1     src  Lio/netty/buffer/ByteBuf;
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      src     
      length  

  public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 1186
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            iload 2 /* srcIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1187
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1       src  Lio/netty/buffer/ByteBuf;
            0    2     2  srcIndex  I
            0    2     3    length  I
    MethodParameters:
          Name  Flags
      src       
      srcIndex  
      length    

  public io.netty.buffer.CompositeByteBuf writeBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // byte[] src
         0: .line 1192
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:([B)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1193
            aload 0 /* this */
            areturn
        end local 1 // byte[] src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   src  [B
    MethodParameters:
      Name  Flags
      src   

  public io.netty.buffer.CompositeByteBuf writeBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // byte[] src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 1198
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            iload 2 /* srcIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1199
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // byte[] src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1       src  [B
            0    2     2  srcIndex  I
            0    2     3    length  I
    MethodParameters:
          Name  Flags
      src       
      srcIndex  
      length    

  public io.netty.buffer.CompositeByteBuf writeBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.nio.ByteBuffer src
         0: .line 1204
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* src */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1205
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1   src  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   

  public io.netty.buffer.CompositeByteBuf writeZero(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int length
         0: .line 1210
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.CompositeByteBuf.writeZero:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1211
            aload 0 /* this */
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.CompositeByteBuf retain(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // int increment
         0: .line 1216
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            iload 1 /* increment */
            invokevirtual io.netty.buffer.CompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1217
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.buffer.CompositeByteBuf retain();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1222
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1223
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf touch();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1228
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1229
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
        start local 1 // java.lang.Object hint
         0: .line 1234
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.CompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1235
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public java.nio.ByteBuffer[] nioBuffers();
    descriptor: ()[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1240
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffers:()[Ljava/nio/ByteBuffer;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.CompositeByteBuf discardSomeReadBytes();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1245
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.discardSomeReadBytes:()Lio/netty/buffer/CompositeByteBuf;
            pop
         1: .line 1246
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final void deallocate();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1251
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.deallocate:()V
         1: .line 1252
            return
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public final io.netty.buffer.ByteBuf unwrap();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.WrappedCompositeByteBuf this
         0: .line 1256
            aload 0 /* this */
            getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 0 // io.netty.buffer.WrappedCompositeByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/WrappedCompositeByteBuf;

  public io.netty.buffer.ByteBuf setMedium(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setMedium:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setIndex(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setIndex:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf resetWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.resetWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:([B)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            iload 4
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            iload 4
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setShort(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setShort:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setFloat(int, float);
    descriptor: (IF)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            fload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setFloat:(IF)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setZero(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setZero:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeInt(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeInt:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf discardSomeReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.discardSomeReadBytes:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:([B)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setDouble(int, double);
    descriptor: (ID)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            iload 1
            dload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setDouble:(ID)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeShort(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeShort:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf skipBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.skipBytes:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeFloat(float);
    descriptor: (F)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            fload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeFloat:(F)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeMedium(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeMedium:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeChar(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeChar:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, java.io.OutputStream, int);
    descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            iload 4
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf getBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            iload 4
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeLong(long);
    descriptor: (J)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeLong:(J)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf clear();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.clear:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf readerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeByte(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeByte:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setInt(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setInt:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf markReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.markReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeBoolean(boolean);
    descriptor: (Z)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBoolean:(Z)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf resetReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.resetReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf ensureWritable(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.ensureWritable:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeDouble(double);
    descriptor: (D)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeDouble:(D)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf retain();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setChar(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setChar:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.capacity:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setLong(int, long);
    descriptor: (IJ)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            iload 1
            lload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setLong:(IJ)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writeZero(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeZero:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf writerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setByte(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setByte:(II)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf discardReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.discardReadBytes:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf touch();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf setBoolean(int, boolean);
    descriptor: (IZ)Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBoolean:(IZ)Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBuf markWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.buffer.WrappedCompositeByteBuf.markWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "WrappedCompositeByteBuf.java"