final class io.netty.buffer.PooledDuplicatedByteBuf extends io.netty.buffer.AbstractPooledDerivedByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.PooledDuplicatedByteBuf
  super_class: io.netty.buffer.AbstractPooledDerivedByteBuf
{
  private static final io.netty.util.Recycler<io.netty.buffer.PooledDuplicatedByteBuf> RECYCLER;
    descriptor: Lio/netty/util/Recycler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/util/Recycler<Lio/netty/buffer/PooledDuplicatedByteBuf;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            new io.netty.buffer.PooledDuplicatedByteBuf$1
            dup
            invokespecial io.netty.buffer.PooledDuplicatedByteBuf$1.<init>:()V
            putstatic io.netty.buffer.PooledDuplicatedByteBuf.RECYCLER:Lio/netty/util/Recycler;
         1: .line 38
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.netty.buffer.PooledDuplicatedByteBuf newInstance(io.netty.buffer.AbstractByteBuf, io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledDuplicatedByteBuf;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf unwrapped
        start local 1 // io.netty.buffer.ByteBuf wrapped
        start local 2 // int readerIndex
        start local 3 // int writerIndex
         0: .line 42
            getstatic io.netty.buffer.PooledDuplicatedByteBuf.RECYCLER:Lio/netty/util/Recycler;
            invokevirtual io.netty.util.Recycler.get:()Ljava/lang/Object;
            checkcast io.netty.buffer.PooledDuplicatedByteBuf
            astore 4 /* duplicate */
        start local 4 // io.netty.buffer.PooledDuplicatedByteBuf duplicate
         1: .line 43
            aload 4 /* duplicate */
            aload 0 /* unwrapped */
            aload 1 /* wrapped */
            iload 2 /* readerIndex */
            iload 3 /* writerIndex */
            aload 0 /* unwrapped */
            invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.init:(Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;III)Lio/netty/buffer/AbstractPooledDerivedByteBuf;
            pop
         2: .line 44
            aload 4 /* duplicate */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.markReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         3: .line 45
            aload 4 /* duplicate */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.markWriterIndex:()Lio/netty/buffer/ByteBuf;
            pop
         4: .line 47
            aload 4 /* duplicate */
            areturn
        end local 4 // io.netty.buffer.PooledDuplicatedByteBuf duplicate
        end local 3 // int writerIndex
        end local 2 // int readerIndex
        end local 1 // io.netty.buffer.ByteBuf wrapped
        end local 0 // io.netty.buffer.AbstractByteBuf unwrapped
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0    unwrapped  Lio/netty/buffer/AbstractByteBuf;
            0    5     1      wrapped  Lio/netty/buffer/ByteBuf;
            0    5     2  readerIndex  I
            0    5     3  writerIndex  I
            1    5     4    duplicate  Lio/netty/buffer/PooledDuplicatedByteBuf;
    MethodParameters:
             Name  Flags
      unwrapped    
      wrapped      
      readerIndex  
      writerIndex  

  private void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PooledDuplicatedByteBuf>);
    descriptor: (Lio/netty/util/Recycler$Handle;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // io.netty.util.Recycler$Handle handle
         0: .line 51
            aload 0 /* this */
            aload 1 /* handle */
            invokespecial io.netty.buffer.AbstractPooledDerivedByteBuf.<init>:(Lio/netty/util/Recycler$Handle;)V
         1: .line 52
            return
        end local 1 // io.netty.util.Recycler$Handle handle
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  handle  Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledDuplicatedByteBuf;>;
    Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledDuplicatedByteBuf;>;)V
    MethodParameters:
        Name  Flags
      handle  

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
         0: .line 56
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            ireturn
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDuplicatedByteBuf;

  public io.netty.buffer.ByteBuf capacity(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.PooledDuplicatedByteBuf this
        start local 1 // int newCapacity
         0: .line 61
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  public int arrayOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
         0: .line 67
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            invokevirtual io.netty.buffer.AbstractByteBuf.arrayOffset:()I
            ireturn
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDuplicatedByteBuf;

  public long memoryAddress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
         0: .line 72
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            invokevirtual io.netty.buffer.AbstractByteBuf.memoryAddress:()J
            lreturn
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDuplicatedByteBuf;

  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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 77
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 82
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 87
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.copy:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 92
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokestatic io.netty.buffer.PooledSlicedByteBuf.newInstance:(Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledSlicedByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.ByteBuf duplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
         0: .line 97
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.duplicate0:()Lio/netty/buffer/ByteBuf;
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.readerIndex:()I
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.writerIndex:()I
            invokevirtual io.netty.buffer.ByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDuplicatedByteBuf;

  public io.netty.buffer.ByteBuf retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
         0: .line 102
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.readerIndex:()I
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.writerIndex:()I
            invokestatic io.netty.buffer.PooledDuplicatedByteBuf.newInstance:(Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledDuplicatedByteBuf;
            areturn
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDuplicatedByteBuf;

  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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 107
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected byte _getByte(int);
    descriptor: (I)B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 112
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 117
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShort(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 122
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 127
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShortLE(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 132
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 137
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 142
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 147
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 152
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 157
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 162
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 167
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getIntLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 172
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 177
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected long _getLong(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 182
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 187
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected long _getLongLE(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 192
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf 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 197
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 198
            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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 io.netty.buffer.ByteBuf getBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 203
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 204
            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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.ByteBuf getBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 209
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 210
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2    dst  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.ByteBuf setByte(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 215
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setByte:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 216
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setByte(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 221
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
         1: .line 222
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setShort(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 226
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setShort:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 227
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setShort(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 232
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShort:(II)V
         1: .line 233
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 237
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setShortLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 238
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setShortLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 243
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShortLE:(II)V
         1: .line 244
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setMedium(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 248
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setMedium:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 249
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setMedium(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 254
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMedium:(II)V
         1: .line 255
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 259
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 260
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setMediumLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 265
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMediumLE:(II)V
         1: .line 266
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setInt(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 270
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 271
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setInt(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 276
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
         1: .line 277
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 281
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setIntLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 282
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setIntLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 287
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setIntLE:(II)V
         1: .line 288
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setLong(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 292
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLong:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 293
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setLong(int, long);
    descriptor: (IJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 298
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         1: .line 299
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 303
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 304
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setLongLE(int, long);
    descriptor: (IJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 309
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 310
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 314
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 315
            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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf 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 320
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 321
            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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 io.netty.buffer.ByteBuf setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 326
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 327
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2    src  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.ByteBuf getBytes(int, java.io.OutputStream, int);
    descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 333
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 334
            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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 340
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 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.PooledDuplicatedByteBuf 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 346
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* out */
            lload 3 /* position */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 352
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 358
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 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.PooledDuplicatedByteBuf 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 364
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            aload 2 /* in */
            lload 3 /* position */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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 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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 369
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            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(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.PooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 374
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.PooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/PooledDuplicatedByteBuf;
            0    1     1      index  I
            0    1     2     length  I
            0    1     3  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  
}
SourceFile: "PooledDuplicatedByteBuf.java"
NestMembers:
  io.netty.buffer.PooledDuplicatedByteBuf$1
InnerClasses:
  io.netty.buffer.PooledDuplicatedByteBuf$1
  public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler