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

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

  static io.netty.buffer.PooledDirectByteBuf newInstance(int);
    descriptor: (I)Lio/netty/buffer/PooledDirectByteBuf;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int maxCapacity
         0: .line 40
            getstatic io.netty.buffer.PooledDirectByteBuf.RECYCLER:Lio/netty/util/Recycler;
            invokevirtual io.netty.util.Recycler.get:()Ljava/lang/Object;
            checkcast io.netty.buffer.PooledDirectByteBuf
            astore 1 /* buf */
        start local 1 // io.netty.buffer.PooledDirectByteBuf buf
         1: .line 41
            aload 1 /* buf */
            iload 0 /* maxCapacity */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.reuse:(I)V
         2: .line 42
            aload 1 /* buf */
            areturn
        end local 1 // io.netty.buffer.PooledDirectByteBuf buf
        end local 0 // int maxCapacity
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0  maxCapacity  I
            1    3     1          buf  Lio/netty/buffer/PooledDirectByteBuf;
    MethodParameters:
             Name  Flags
      maxCapacity  

  private void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PooledDirectByteBuf>, );
    descriptor: (Lio/netty/util/Recycler$Handle;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // io.netty.util.Recycler$Handle recyclerHandle
        start local 2 // int maxCapacity
         0: .line 46
            aload 0 /* this */
            aload 1 /* recyclerHandle */
            iload 2 /* maxCapacity */
            invokespecial io.netty.buffer.PooledByteBuf.<init>:(Lio/netty/util/Recycler$Handle;I)V
         1: .line 47
            return
        end local 2 // int maxCapacity
        end local 1 // io.netty.util.Recycler$Handle recyclerHandle
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/netty/buffer/PooledDirectByteBuf;
            0    2     1  recyclerHandle  Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledDirectByteBuf;>;
            0    2     2     maxCapacity  I
    Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledDirectByteBuf;>;I)V
    MethodParameters:
                Name  Flags
      recyclerHandle  
      maxCapacity     

  protected java.nio.ByteBuffer newInternalNioBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // java.nio.ByteBuffer memory
         0: .line 51
            aload 1 /* memory */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            areturn
        end local 1 // java.nio.ByteBuffer memory
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     1  memory  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      memory  

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 56
            iconst_1
            ireturn
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

  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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 61
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            invokevirtual java.nio.ByteBuffer.get:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 66
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 71
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf._getShort:(I)S
            invokestatic io.netty.buffer.ByteBufUtil.swapShort:(S)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 76
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         1: .line 77
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
         2: .line 78
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
         3: .line 77
            ior
         4: .line 79
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
         5: .line 77
            ior
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 84
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         1: .line 85
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
         2: .line 86
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
         3: .line 85
            ior
         4: .line 87
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
         5: .line 85
            ior
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    6     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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 92
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 97
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf._getInt:(I)I
            invokestatic io.netty.buffer.ByteBufUtil.swapInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 102
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            invokevirtual java.nio.ByteBuffer.getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
         0: .line 107
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf._getLong:(I)J
            invokestatic io.netty.buffer.ByteBufUtil.swapLong:(J)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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=10, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf 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 112
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* dstIndex */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkDstIndex:(IIII)V
         1: .line 113
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
            ifeq 4
         2: .line 114
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.array:()[B
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
            iload 3 /* dstIndex */
            iadd
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 115
            goto 14
      StackMap locals:
      StackMap stack:
         4: aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
            ifle 13
         5: .line 116
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int io.netty.buffer.ByteBuf int int top int int java.nio.ByteBuffer[]
      StackMap stack:
         6: aload 8
            iload 6
            aaload
            astore 5 /* bb */
        start local 5 // java.nio.ByteBuffer bb
         7: .line 117
            aload 5 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 9 /* bbLen */
        start local 9 // int bbLen
         8: .line 118
            aload 0 /* this */
            iload 1 /* index */
            aload 5 /* bb */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 119
            iload 1 /* index */
            iload 9 /* bbLen */
            iadd
            istore 1 /* index */
        end local 9 // int bbLen
        end local 5 // java.nio.ByteBuffer bb
        10: .line 116
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 6
        12: .line 121
            goto 14
        13: .line 122
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int io.netty.buffer.ByteBuf int int
      StackMap stack:
            aload 2 /* dst */
            iload 3 /* dstIndex */
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
        14: .line 124
      StackMap locals:
      StackMap stack:
            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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0   15     1     index  I
            0   15     2       dst  Lio/netty/buffer/ByteBuf;
            0   15     3  dstIndex  I
            0   15     4    length  I
            7   10     5        bb  Ljava/nio/ByteBuffer;
            8   10     9     bbLen  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=6, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 129
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            iconst_0
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(I[BIIZ)V
         1: .line 130
            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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    2     1     index  I
            0    2     2       dst  [B
            0    2     3  dstIndex  I
            0    2     4    length  I
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    

  private void getBytes(int, byte[], int, int, boolean);
    descriptor: (I[BIIZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
        start local 5 // boolean internal
         0: .line 134
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* dstIndex */
            aload 2 /* dst */
            arraylength
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkDstIndex:(IIII)V
         1: .line 136
            iload 5 /* internal */
            ifeq 4
         2: .line 137
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 6 /* tmpBuf */
        start local 6 // java.nio.ByteBuffer tmpBuf
         3: .line 138
            goto 5
        end local 6 // java.nio.ByteBuffer tmpBuf
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 6 /* tmpBuf */
        start local 6 // java.nio.ByteBuffer tmpBuf
         5: .line 141
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         6: .line 142
            aload 6 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 4 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         7: .line 143
            aload 6 /* tmpBuf */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         8: .line 144
            return
        end local 6 // java.nio.ByteBuffer tmpBuf
        end local 5 // boolean internal
        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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    9     1     index  I
            0    9     2       dst  [B
            0    9     3  dstIndex  I
            0    9     4    length  I
            0    9     5  internal  Z
            3    4     6    tmpBuf  Ljava/nio/ByteBuffer;
            5    9     6    tmpBuf  Ljava/nio/ByteBuffer;
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    
      internal  

  public io.netty.buffer.ByteBuf readBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 148
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkReadableBytes:(I)V
         1: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            iconst_1
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(I[BIIZ)V
         2: .line 150
            aload 0 /* this */
            dup
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            iload 3 /* length */
            iadd
            putfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
         3: .line 151
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    4     1       dst  [B
            0    4     2  dstIndex  I
            0    4     3    length  I
    MethodParameters:
          Name  Flags
      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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 156
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/ByteBuffer;Z)V
         1: .line 157
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    2     1  index  I
            0    2     2    dst  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      dst    

  private void getBytes(int, java.nio.ByteBuffer, boolean);
    descriptor: (ILjava/nio/ByteBuffer;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
        start local 3 // boolean internal
         0: .line 161
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 163
            iload 3 /* internal */
            ifeq 4
         2: .line 164
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* tmpBuf */
        start local 4 // java.nio.ByteBuffer tmpBuf
         3: .line 165
            goto 5
        end local 4 // java.nio.ByteBuffer tmpBuf
         4: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 4 /* tmpBuf */
        start local 4 // java.nio.ByteBuffer tmpBuf
         5: .line 168
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         6: .line 169
            aload 4 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         7: .line 170
            aload 2 /* dst */
            aload 4 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         8: .line 171
            return
        end local 4 // java.nio.ByteBuffer tmpBuf
        end local 3 // boolean internal
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    9     1     index  I
            0    9     2       dst  Ljava/nio/ByteBuffer;
            0    9     3  internal  Z
            3    4     4    tmpBuf  Ljava/nio/ByteBuffer;
            5    9     4    tmpBuf  Ljava/nio/ByteBuffer;
    MethodParameters:
          Name  Flags
      index     
      dst       
      internal  

  public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 175
            aload 1 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 176
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkReadableBytes:(I)V
         2: .line 177
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            aload 1 /* dst */
            iconst_1
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/ByteBuffer;Z)V
         3: .line 178
            aload 0 /* this */
            dup
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            iload 2 /* length */
            iadd
            putfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
         4: .line 179
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    5     1     dst  Ljava/nio/ByteBuffer;
            1    5     2  length  I
    MethodParameters:
      Name  Flags
      dst   

  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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 184
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            iconst_0
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/io/OutputStream;IZ)V
         1: .line 185
            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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    2     1   index  I
            0    2     2     out  Ljava/io/OutputStream;
            0    2     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  private void getBytes(int, java.io.OutputStream, int, boolean);
    descriptor: (ILjava/io/OutputStream;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
        start local 4 // boolean internal
         0: .line 189
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 190
            iload 3 /* length */
            ifne 3
         2: .line 191
            return
         3: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            iload 4 /* internal */
            ifeq 4
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            goto 5
      StackMap locals:
      StackMap stack: io.netty.buffer.ByteBufAllocator
         4: aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int java.io.OutputStream int int
      StackMap stack: io.netty.buffer.ByteBufAllocator java.nio.ByteBuffer
         5: aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            iload 3 /* length */
            aload 2 /* out */
            invokestatic io.netty.buffer.ByteBufUtil.readBytes:(Lio/netty/buffer/ByteBufAllocator;Ljava/nio/ByteBuffer;IILjava/io/OutputStream;)V
         6: .line 194
            return
        end local 4 // boolean internal
        end local 3 // int length
        end local 2 // java.io.OutputStream out
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    7     1     index  I
            0    7     2       out  Ljava/io/OutputStream;
            0    7     3    length  I
            0    7     4  internal  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      length    
      internal  

  public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // java.io.OutputStream out
        start local 2 // int length
         0: .line 198
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkReadableBytes:(I)V
         1: .line 199
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            aload 1 /* out */
            iload 2 /* length */
            iconst_1
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/io/OutputStream;IZ)V
         2: .line 200
            aload 0 /* this */
            dup
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            iload 2 /* length */
            iadd
            putfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
         3: .line 201
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.io.OutputStream out
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    4     1     out  Ljava/io/OutputStream;
            0    4     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      length  

  public int getBytes(int, java.nio.channels.GatheringByteChannel, int);
    descriptor: (ILjava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 206
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            iconst_0
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;IZ)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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     1   index  I
            0    1     2     out  Ljava/nio/channels/GatheringByteChannel;
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  private int getBytes(int, java.nio.channels.GatheringByteChannel, int, boolean);
    descriptor: (ILjava/nio/channels/GatheringByteChannel;IZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
        start local 4 // boolean internal
         0: .line 210
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 211
            iload 3 /* length */
            ifne 3
         2: .line 212
            iconst_0
            ireturn
         3: .line 216
      StackMap locals:
      StackMap stack:
            iload 4 /* internal */
            ifeq 6
         4: .line 217
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 5 /* tmpBuf */
        start local 5 // java.nio.ByteBuffer tmpBuf
         5: .line 218
            goto 7
        end local 5 // java.nio.ByteBuffer tmpBuf
         6: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 5 /* tmpBuf */
        start local 5 // java.nio.ByteBuffer tmpBuf
         7: .line 221
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         8: .line 222
            aload 5 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         9: .line 223
            aload 2 /* out */
            aload 5 /* tmpBuf */
            invokeinterface java.nio.channels.GatheringByteChannel.write:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 5 // java.nio.ByteBuffer tmpBuf
        end local 4 // boolean internal
        end local 3 // int length
        end local 2 // java.nio.channels.GatheringByteChannel out
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0   10     1     index  I
            0   10     2       out  Ljava/nio/channels/GatheringByteChannel;
            0   10     3    length  I
            0   10     4  internal  Z
            5    6     5    tmpBuf  Ljava/nio/ByteBuffer;
            7   10     5    tmpBuf  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      length    
      internal  

  public int getBytes(int, java.nio.channels.FileChannel, long, int);
    descriptor: (ILjava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf 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 228
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* out */
            lload 3 /* position */
            iload 5 /* length */
            iconst_0
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JIZ)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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     1     index  I
            0    1     2       out  Ljava/nio/channels/FileChannel;
            0    1     3  position  J
            0    1     5    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      position  
      length    

  private int getBytes(int, java.nio.channels.FileChannel, long, int, boolean);
    descriptor: (ILjava/nio/channels/FileChannel;JIZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=6
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.FileChannel out
        start local 3 // long position
        start local 5 // int length
        start local 6 // boolean internal
         0: .line 232
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 233
            iload 5 /* length */
            ifne 3
         2: .line 234
            iconst_0
            ireturn
         3: .line 237
      StackMap locals:
      StackMap stack:
            iload 6 /* internal */
            ifeq 4
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
         5: astore 7 /* tmpBuf */
        start local 7 // java.nio.ByteBuffer tmpBuf
         6: .line 238
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         7: .line 239
            aload 7 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 5 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         8: .line 240
            aload 2 /* out */
            aload 7 /* tmpBuf */
            lload 3 /* position */
            invokevirtual java.nio.channels.FileChannel.write:(Ljava/nio/ByteBuffer;J)I
            ireturn
        end local 7 // java.nio.ByteBuffer tmpBuf
        end local 6 // boolean internal
        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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    9     1     index  I
            0    9     2       out  Ljava/nio/channels/FileChannel;
            0    9     3  position  J
            0    9     5    length  I
            0    9     6  internal  Z
            6    9     7    tmpBuf  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      position  
      length    
      internal  

  public int readBytes(java.nio.channels.GatheringByteChannel, int);
    descriptor: (Ljava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // java.nio.channels.GatheringByteChannel out
        start local 2 // int length
         0: .line 245
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkReadableBytes:(I)V
         1: .line 246
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            aload 1 /* out */
            iload 2 /* length */
            iconst_1
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;IZ)I
            istore 3 /* readBytes */
        start local 3 // int readBytes
         2: .line 247
            aload 0 /* this */
            dup
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            iload 3 /* readBytes */
            iadd
            putfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
         3: .line 248
            iload 3 /* readBytes */
            ireturn
        end local 3 // int readBytes
        end local 2 // int length
        end local 1 // java.nio.channels.GatheringByteChannel out
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/PooledDirectByteBuf;
            0    4     1        out  Ljava/nio/channels/GatheringByteChannel;
            0    4     2     length  I
            2    4     3  readBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      length  

  public int readBytes(java.nio.channels.FileChannel, long, int);
    descriptor: (Ljava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // java.nio.channels.FileChannel out
        start local 2 // long position
        start local 4 // int length
         0: .line 253
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkReadableBytes:(I)V
         1: .line 254
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            aload 1 /* out */
            lload 2 /* position */
            iload 4 /* length */
            iconst_1
            invokevirtual io.netty.buffer.PooledDirectByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JIZ)I
            istore 5 /* readBytes */
        start local 5 // int readBytes
         2: .line 255
            aload 0 /* this */
            dup
            getfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
            iload 5 /* readBytes */
            iadd
            putfield io.netty.buffer.PooledDirectByteBuf.readerIndex:I
         3: .line 256
            iload 5 /* readBytes */
            ireturn
        end local 5 // int readBytes
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel out
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/PooledDirectByteBuf;
            0    4     1        out  Ljava/nio/channels/FileChannel;
            0    4     2   position  J
            0    4     4     length  I
            2    4     5  readBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      out       
      position  
      length    

  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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 261
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            iload 2 /* value */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         1: .line 262
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 266
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            iload 2 /* value */
            i2s
            invokevirtual java.nio.ByteBuffer.putShort:(IS)Ljava/nio/ByteBuffer;
            pop
         1: .line 267
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 271
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            i2s
            invokestatic io.netty.buffer.ByteBufUtil.swapShort:(S)S
            invokevirtual io.netty.buffer.PooledDirectByteBuf._setShort:(II)V
         1: .line 272
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 276
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         1: .line 277
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iload 2 /* value */
            bipush 16
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         2: .line 278
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_1
            iadd
            iload 2 /* value */
            bipush 8
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         3: .line 279
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_2
            iadd
            iload 2 /* value */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 280
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    5     1  index  I
            0    5     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setMediumLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 284
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         1: .line 285
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iload 2 /* value */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         2: .line 286
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_1
            iadd
            iload 2 /* value */
            bipush 8
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         3: .line 287
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            iload 1 /* index */
            iconst_2
            iadd
            iload 2 /* value */
            bipush 16
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 288
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    5     1  index  I
            0    5     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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 292
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            iload 2 /* value */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         1: .line 293
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 297
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.ByteBufUtil.swapInt:(I)I
            invokevirtual io.netty.buffer.PooledDirectByteBuf._setInt:(II)V
         1: .line 298
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 302
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            lload 2 /* value */
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         1: .line 303
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 307
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* value */
            invokestatic io.netty.buffer.ByteBufUtil.swapLong:(J)J
            invokevirtual io.netty.buffer.PooledDirectByteBuf._setLong:(IJ)V
         1: .line 308
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledDirectByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  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=10, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf 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 312
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* srcIndex */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkSrcIndex:(IIII)V
         1: .line 313
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
            ifeq 4
         2: .line 314
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.array:()[B
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
            iload 3 /* srcIndex */
            iadd
            iload 4 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 315
            goto 14
      StackMap locals:
      StackMap stack:
         4: aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
            ifle 13
         5: .line 316
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int io.netty.buffer.ByteBuf int int top int int java.nio.ByteBuffer[]
      StackMap stack:
         6: aload 8
            iload 6
            aaload
            astore 5 /* bb */
        start local 5 // java.nio.ByteBuffer bb
         7: .line 317
            aload 5 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 9 /* bbLen */
        start local 9 // int bbLen
         8: .line 318
            aload 0 /* this */
            iload 1 /* index */
            aload 5 /* bb */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 319
            iload 1 /* index */
            iload 9 /* bbLen */
            iadd
            istore 1 /* index */
        end local 9 // int bbLen
        end local 5 // java.nio.ByteBuffer bb
        10: .line 316
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 6
        12: .line 321
            goto 14
        13: .line 322
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int io.netty.buffer.ByteBuf int int
      StackMap stack:
            aload 2 /* src */
            iload 3 /* srcIndex */
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
        14: .line 324
      StackMap locals:
      StackMap stack:
            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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0   15     1     index  I
            0   15     2       src  Lio/netty/buffer/ByteBuf;
            0   15     3  srcIndex  I
            0   15     4    length  I
            7   10     5        bb  Ljava/nio/ByteBuffer;
            8   10     9     bbLen  I
    MethodParameters:
          Name  Flags
      index     
      src       
      srcIndex  
      length    

  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=6, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 329
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* srcIndex */
            aload 2 /* src */
            arraylength
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkSrcIndex:(IIII)V
         1: .line 330
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 5 /* tmpBuf */
        start local 5 // java.nio.ByteBuffer tmpBuf
         2: .line 331
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         3: .line 332
            aload 5 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 4 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 333
            aload 5 /* tmpBuf */
            aload 2 /* src */
            iload 3 /* srcIndex */
            iload 4 /* length */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
         5: .line 334
            aload 0 /* this */
            areturn
        end local 5 // java.nio.ByteBuffer tmpBuf
        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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    6     1     index  I
            0    6     2       src  [B
            0    6     3  srcIndex  I
            0    6     4    length  I
            2    6     5    tmpBuf  Ljava/nio/ByteBuffer;
    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=4, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 339
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 340
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 3 /* tmpBuf */
        start local 3 // java.nio.ByteBuffer tmpBuf
         2: .line 341
            aload 2 /* src */
            aload 3 /* tmpBuf */
            if_acmpne 4
         3: .line 342
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 2 /* src */
         4: .line 345
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         5: .line 346
            aload 3 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         6: .line 347
            aload 3 /* tmpBuf */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         7: .line 348
            aload 0 /* this */
            areturn
        end local 3 // java.nio.ByteBuffer tmpBuf
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    8     1   index  I
            0    8     2     src  Ljava/nio/ByteBuffer;
            2    8     3  tmpBuf  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      src    

  public int setBytes(int, java.io.InputStream, int);
    descriptor: (ILjava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 353
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 354
            iload 3 /* length */
            newarray 8
            astore 4 /* tmp */
        start local 4 // byte[] tmp
         2: .line 355
            aload 2 /* in */
            aload 4 /* tmp */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* readBytes */
        start local 5 // int readBytes
         3: .line 356
            iload 5 /* readBytes */
            ifgt 5
         4: .line 357
            iload 5 /* readBytes */
            ireturn
         5: .line 359
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 6 /* tmpBuf */
        start local 6 // java.nio.ByteBuffer tmpBuf
         6: .line 360
            aload 6 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         7: .line 361
            aload 6 /* tmpBuf */
            aload 4 /* tmp */
            iconst_0
            iload 5 /* readBytes */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
         8: .line 362
            iload 5 /* readBytes */
            ireturn
        end local 6 // java.nio.ByteBuffer tmpBuf
        end local 5 // int readBytes
        end local 4 // byte[] tmp
        end local 3 // int length
        end local 2 // java.io.InputStream in
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lio/netty/buffer/PooledDirectByteBuf;
            0    9     1      index  I
            0    9     2         in  Ljava/io/InputStream;
            0    9     3     length  I
            2    9     4        tmp  [B
            3    9     5  readBytes  I
            6    9     6     tmpBuf  Ljava/nio/ByteBuffer;
    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=3, locals=5, args_size=4
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 367
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 368
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* tmpBuf */
        start local 4 // java.nio.ByteBuffer tmpBuf
         2: .line 369
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         3: .line 370
            aload 4 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 372
            aload 2 /* in */
            aload 4 /* tmpBuf */
            invokeinterface java.nio.channels.ScatteringByteChannel.read:(Ljava/nio/ByteBuffer;)I
         5: ireturn
         6: .line 373
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int java.nio.channels.ScatteringByteChannel int java.nio.ByteBuffer
      StackMap stack: java.nio.channels.ClosedChannelException
            pop
         7: .line 374
            iconst_m1
            ireturn
        end local 4 // java.nio.ByteBuffer tmpBuf
        end local 3 // int length
        end local 2 // java.nio.channels.ScatteringByteChannel in
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    8     1   index  I
            0    8     2      in  Ljava/nio/channels/ScatteringByteChannel;
            0    8     3  length  I
            2    8     4  tmpBuf  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
           4     5       6  Class java.nio.channels.ClosedChannelException
    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=4, locals=7, args_size=5
        start local 0 // io.netty.buffer.PooledDirectByteBuf 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 380
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 381
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 6 /* tmpBuf */
        start local 6 // java.nio.ByteBuffer tmpBuf
         2: .line 382
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         3: .line 383
            aload 6 /* tmpBuf */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 5 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 385
            aload 2 /* in */
            aload 6 /* tmpBuf */
            lload 3 /* position */
            invokevirtual java.nio.channels.FileChannel.read:(Ljava/nio/ByteBuffer;J)I
         5: ireturn
         6: .line 386
      StackMap locals: io.netty.buffer.PooledDirectByteBuf int java.nio.channels.FileChannel long int java.nio.ByteBuffer
      StackMap stack: java.nio.channels.ClosedChannelException
            pop
         7: .line 387
            iconst_m1
            ireturn
        end local 6 // java.nio.ByteBuffer tmpBuf
        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.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/netty/buffer/PooledDirectByteBuf;
            0    8     1     index  I
            0    8     2        in  Ljava/nio/channels/FileChannel;
            0    8     3  position  J
            0    8     5    length  I
            2    8     6    tmpBuf  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
           4     5       6  Class java.nio.channels.ClosedChannelException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      in        
      position  
      length    

  public io.netty.buffer.ByteBuf copy(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 393
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 394
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            iload 2 /* length */
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.maxCapacity:()I
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
            astore 3 /* copy */
        start local 3 // io.netty.buffer.ByteBuf copy
         2: .line 395
            aload 3 /* copy */
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 396
            aload 3 /* copy */
            areturn
        end local 3 // io.netty.buffer.ByteBuf copy
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    4     1   index  I
            0    4     2  length  I
            2    4     3    copy  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      index   
      length  

  public int nioBufferCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 401
            iconst_1
            ireturn
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

  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.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 406
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 407
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         2: .line 408
            aload 0 /* this */
            getfield io.netty.buffer.PooledDirectByteBuf.memory:Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            iload 1 /* index */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 2 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            checkcast java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    3     1   index  I
            0    3     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=6, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 413
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            aastore
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer internalNioBuffer(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 418
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.checkIndex:(II)V
         1: .line 419
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.idx:(I)I
            istore 1 /* index */
         2: .line 420
            aload 0 /* this */
            invokevirtual io.netty.buffer.PooledDirectByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            iload 1 /* index */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            iload 1 /* index */
            iload 2 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            checkcast java.nio.ByteBuffer
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/PooledDirectByteBuf;
            0    3     1   index  I
            0    3     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public boolean hasArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 425
            iconst_0
            ireturn
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

  public byte[] array();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 430
            new java.lang.UnsupportedOperationException
            dup
            ldc "direct buffer"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

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

  public boolean hasMemoryAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 440
            iconst_0
            ireturn
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

  public long memoryAddress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledDirectByteBuf this
         0: .line 445
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.buffer.PooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/PooledDirectByteBuf;

  protected java.nio.ByteBuffer newInternalNioBuffer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/nio/ByteBuffer;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            invokevirtual io.netty.buffer.PooledDirectByteBuf.newInternalNioBuffer:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/netty/buffer/PooledByteBuf<Ljava/nio/ByteBuffer;>;
SourceFile: "PooledDirectByteBuf.java"
NestMembers:
  io.netty.buffer.PooledDirectByteBuf$1
InnerClasses:
  io.netty.buffer.PooledDirectByteBuf$1
  public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler