class io.netty.buffer.UnpooledDuplicatedByteBuf extends io.netty.buffer.DuplicatedByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.buffer.UnpooledDuplicatedByteBuf
  super_class: io.netty.buffer.DuplicatedByteBuf
{
  void <init>(io.netty.buffer.AbstractByteBuf);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf buffer
         0: .line 24
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial io.netty.buffer.DuplicatedByteBuf.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 25
            return
        end local 1 // io.netty.buffer.AbstractByteBuf buffer
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            0    2     1  buffer  Lio/netty/buffer/AbstractByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  public io.netty.buffer.AbstractByteBuf unwrap();
    descriptor: ()Lio/netty/buffer/AbstractByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
         0: .line 29
            aload 0 /* this */
            invokespecial io.netty.buffer.DuplicatedByteBuf.unwrap:()Lio/netty/buffer/ByteBuf;
            checkcast io.netty.buffer.AbstractByteBuf
            areturn
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;

  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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 34
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 39
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 44
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 49
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 54
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 59
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 64
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 69
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
         0: .line 74
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.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.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 79
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
         1: .line 80
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 84
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShort:(II)V
         1: .line 85
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 89
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShortLE:(II)V
         1: .line 90
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 94
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMedium:(II)V
         1: .line 95
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 99
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMediumLE:(II)V
         1: .line 100
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 104
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
         1: .line 105
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 109
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setIntLE:(II)V
         1: .line 110
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 114
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         1: .line 115
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            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.UnpooledDuplicatedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 119
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLongLE:(IJ)V
         1: .line 120
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledDuplicatedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledDuplicatedByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf unwrap();
    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.UnpooledDuplicatedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnpooledDuplicatedByteBuf.java"