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

  int adjustment;
    descriptor: I
    flags: (0x0000) 

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

  static io.netty.buffer.PooledSlicedByteBuf newInstance(io.netty.buffer.AbstractByteBuf, io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledSlicedByteBuf;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf unwrapped
        start local 1 // io.netty.buffer.ByteBuf wrapped
        start local 2 // int index
        start local 3 // int length
         0: .line 44
            iload 2 /* index */
            iload 3 /* length */
            aload 0 /* unwrapped */
            invokestatic io.netty.buffer.AbstractUnpooledSlicedByteBuf.checkSliceOutOfBounds:(IILio/netty/buffer/ByteBuf;)V
         1: .line 45
            aload 0 /* unwrapped */
            aload 1 /* wrapped */
            iload 2 /* index */
            iload 3 /* length */
            invokestatic io.netty.buffer.PooledSlicedByteBuf.newInstance0:(Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledSlicedByteBuf;
            areturn
        end local 3 // int length
        end local 2 // int index
        end local 1 // io.netty.buffer.ByteBuf wrapped
        end local 0 // io.netty.buffer.AbstractByteBuf unwrapped
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0  unwrapped  Lio/netty/buffer/AbstractByteBuf;
            0    2     1    wrapped  Lio/netty/buffer/ByteBuf;
            0    2     2      index  I
            0    2     3     length  I
    MethodParameters:
           Name  Flags
      unwrapped  
      wrapped    
      index      
      length     

  private static io.netty.buffer.PooledSlicedByteBuf newInstance0(io.netty.buffer.AbstractByteBuf, io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/PooledSlicedByteBuf;
    flags: (0x000a) ACC_PRIVATE, 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 adjustment
        start local 3 // int length
         0: .line 50
            getstatic io.netty.buffer.PooledSlicedByteBuf.RECYCLER:Lio/netty/util/Recycler;
            invokevirtual io.netty.util.Recycler.get:()Ljava/lang/Object;
            checkcast io.netty.buffer.PooledSlicedByteBuf
            astore 4 /* slice */
        start local 4 // io.netty.buffer.PooledSlicedByteBuf slice
         1: .line 51
            aload 4 /* slice */
            aload 0 /* unwrapped */
            aload 1 /* wrapped */
            iconst_0
            iload 3 /* length */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.init:(Lio/netty/buffer/AbstractByteBuf;Lio/netty/buffer/ByteBuf;III)Lio/netty/buffer/AbstractPooledDerivedByteBuf;
            pop
         2: .line 52
            aload 4 /* slice */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.discardMarks:()V
         3: .line 53
            aload 4 /* slice */
            iload 2 /* adjustment */
            putfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
         4: .line 55
            aload 4 /* slice */
            areturn
        end local 4 // io.netty.buffer.PooledSlicedByteBuf slice
        end local 3 // int length
        end local 2 // int adjustment
        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  adjustment  I
            0    5     3      length  I
            1    5     4       slice  Lio/netty/buffer/PooledSlicedByteBuf;
    MethodParameters:
            Name  Flags
      unwrapped   
      wrapped     
      adjustment  
      length      

  private void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PooledSlicedByteBuf>);
    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.PooledSlicedByteBuf this
        start local 1 // io.netty.util.Recycler$Handle handle
         0: .line 61
            aload 0 /* this */
            aload 1 /* handle */
            invokespecial io.netty.buffer.AbstractPooledDerivedByteBuf.<init>:(Lio/netty/util/Recycler$Handle;)V
         1: .line 62
            return
        end local 1 // io.netty.util.Recycler$Handle handle
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  handle  Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledSlicedByteBuf;>;
    Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledSlicedByteBuf;>;)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.PooledSlicedByteBuf this
         0: .line 66
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.maxCapacity:()I
            ireturn
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledSlicedByteBuf;

  public io.netty.buffer.ByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int newCapacity
         0: .line 71
            new java.lang.UnsupportedOperationException
            dup
            ldc "sliced buffer"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

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

  public long memoryAddress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
         0: .line 81
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            invokevirtual io.netty.buffer.AbstractByteBuf.memoryAddress:()J
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            i2l
            ladd
            lreturn
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledSlicedByteBuf;

  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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 86
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 87
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 92
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 93
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 98
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 99
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 104
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 105
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* length */
            invokespecial io.netty.buffer.AbstractPooledDerivedByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 110
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 111
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* length */
            invokestatic io.netty.buffer.PooledSlicedByteBuf.newInstance0:(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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     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=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
         0: .line 116
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.duplicate0:()Lio/netty/buffer/ByteBuf;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.readerIndex:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.writerIndex:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.ByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledSlicedByteBuf;

  public io.netty.buffer.ByteBuf retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
         0: .line 121
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.readerIndex:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.writerIndex:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledSlicedByteBuf;

  public byte getByte(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 126
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 127
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected byte _getByte(int);
    descriptor: (I)B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 132
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 137
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 138
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShort(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 143
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShortLE(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 148
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 149
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShortLE(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 154
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 159
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 160
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 165
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 170
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 171
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 176
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 181
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 182
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 187
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIntLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 192
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 193
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getIntLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 198
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 203
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 204
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  public long getLongLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 214
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 215
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf.getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected long _getLongLE(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 220
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            invokevirtual io.netty.buffer.AbstractByteBuf._getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf 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 225
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 226
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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
         2: .line 227
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1     index  I
            0    3     2       dst  Lio/netty/buffer/ByteBuf;
            0    3     3  dstIndex  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 232
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 233
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 234
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1     index  I
            0    3     2       dst  [B
            0    3     3  dstIndex  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 239
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 240
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 2 /* dst */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 241
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 246
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 247
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setByte:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 248
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 253
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
         1: .line 254
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 258
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 259
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setShort:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 260
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 265
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShort:(II)V
         1: .line 266
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 270
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 271
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setShortLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 272
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 277
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShortLE:(II)V
         1: .line 278
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 282
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 283
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setMedium:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 284
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 289
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMedium:(II)V
         1: .line 290
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 294
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 295
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 296
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 301
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMediumLE:(II)V
         1: .line 302
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 306
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 307
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 308
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 313
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
         1: .line 314
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 318
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 319
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setIntLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 320
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 325
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setIntLE:(II)V
         1: .line 326
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 330
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 331
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLong:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 332
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 337
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         1: .line 338
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 342
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 343
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 344
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 349
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 350
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 354
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 355
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 356
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1     index  I
            0    3     2       src  [B
            0    3     3  srcIndex  I
            0    3     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.PooledSlicedByteBuf 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 361
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 362
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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
         2: .line 363
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1     index  I
            0    3     2       src  Lio/netty/buffer/ByteBuf;
            0    3     3  srcIndex  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 368
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 369
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 2 /* src */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 370
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1  index  I
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 376
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 377
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            aload 2 /* out */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 378
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    3     1   index  I
            0    3     2     out  Ljava/io/OutputStream;
            0    3     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 384
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 385
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     2     out  Ljava/nio/channels/GatheringByteChannel;
            0    2     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.PooledSlicedByteBuf 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 391
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 392
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1     index  I
            0    2     2       out  Ljava/nio/channels/FileChannel;
            0    2     3  position  J
            0    2     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 398
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 399
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     2      in  Ljava/io/InputStream;
            0    2     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.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 405
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 406
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1   index  I
            0    2     2      in  Ljava/nio/channels/ScatteringByteChannel;
            0    2     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.PooledSlicedByteBuf 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 412
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 413
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            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.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    2     1     index  I
            0    2     2        in  Ljava/nio/channels/FileChannel;
            0    2     3  position  J
            0    2     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=5, args_size=4
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 418
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 419
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
            istore 4 /* ret */
        start local 4 // int ret
         2: .line 420
            iload 4 /* ret */
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            if_icmpge 4
         3: .line 421
            iconst_m1
            ireturn
         4: .line 423
      StackMap locals: int
      StackMap stack:
            iload 4 /* ret */
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            isub
            ireturn
        end local 4 // int ret
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    5     1      index  I
            0    5     2     length  I
            0    5     3  processor  Lio/netty/util/ByteProcessor;
            2    5     4        ret  I
    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=5, args_size=4
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 428
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.checkIndex0:(II)V
         1: .line 429
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledSlicedByteBuf.idx:(I)I
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByteDesc:(IILio/netty/util/ByteProcessor;)I
            istore 4 /* ret */
        start local 4 // int ret
         2: .line 430
            iload 4 /* ret */
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            if_icmpge 4
         3: .line 431
            iconst_m1
            ireturn
         4: .line 433
      StackMap locals: int
      StackMap stack:
            iload 4 /* ret */
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            isub
            ireturn
        end local 4 // int ret
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    5     1      index  I
            0    5     2     length  I
            0    5     3  processor  Lio/netty/util/ByteProcessor;
            2    5     4        ret  I
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  private int idx(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledSlicedByteBuf this
        start local 1 // int index
         0: .line 437
            iload 1 /* index */
            aload 0 /* this */
            getfield io.netty.buffer.PooledSlicedByteBuf.adjustment:I
            iadd
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledSlicedByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledSlicedByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "PooledSlicedByteBuf.java"
NestMembers:
  io.netty.buffer.PooledSlicedByteBuf$1
InnerClasses:
  io.netty.buffer.PooledSlicedByteBuf$1
  public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler