public class io.netty.buffer.UnpooledHeapByteBuf extends io.netty.buffer.AbstractReferenceCountedByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.buffer.UnpooledHeapByteBuf
  super_class: io.netty.buffer.AbstractReferenceCountedByteBuf
{
  private final io.netty.buffer.ByteBufAllocator alloc;
    descriptor: Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  byte[] array;
    descriptor: [B
    flags: (0x0000) 

  private java.nio.ByteBuffer tmpNioBuf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // int initialCapacity
        start local 3 // int maxCapacity
         0: .line 51
            aload 0 /* this */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.AbstractReferenceCountedByteBuf.<init>:(I)V
         1: .line 53
            aload 1 /* alloc */
            ldc "alloc"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 55
            iload 2 /* initialCapacity */
            iload 3 /* maxCapacity */
            if_icmple 6
         3: .line 56
            new java.lang.IllegalArgumentException
            dup
         4: .line 57
            ldc "initialCapacity(%d) > maxCapacity(%d)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* initialCapacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* maxCapacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         5: .line 56
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 60
      StackMap locals: io.netty.buffer.UnpooledHeapByteBuf io.netty.buffer.ByteBufAllocator int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* alloc */
            putfield io.netty.buffer.UnpooledHeapByteBuf.alloc:Lio/netty/buffer/ByteBufAllocator;
         7: .line 61
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* initialCapacity */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.allocateArray:(I)[B
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setArray:([B)V
         8: .line 62
            aload 0 /* this */
            iconst_0
            iconst_0
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 63
            return
        end local 3 // int maxCapacity
        end local 2 // int initialCapacity
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0   10     1            alloc  Lio/netty/buffer/ByteBufAllocator;
            0   10     2  initialCapacity  I
            0   10     3      maxCapacity  I
    MethodParameters:
                 Name  Flags
      alloc            
      initialCapacity  
      maxCapacity      

  protected void <init>(io.netty.buffer.ByteBufAllocator, byte[], int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;[BI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // byte[] initialArray
        start local 3 // int maxCapacity
         0: .line 72
            aload 0 /* this */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.AbstractReferenceCountedByteBuf.<init>:(I)V
         1: .line 74
            aload 1 /* alloc */
            ldc "alloc"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 75
            aload 2 /* initialArray */
            ldc "initialArray"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 77
            aload 2 /* initialArray */
            arraylength
            iload 3 /* maxCapacity */
            if_icmple 7
         4: .line 78
            new java.lang.IllegalArgumentException
            dup
         5: .line 79
            ldc "initialCapacity(%d) > maxCapacity(%d)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* initialArray */
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* maxCapacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         6: .line 78
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 82
      StackMap locals: io.netty.buffer.UnpooledHeapByteBuf io.netty.buffer.ByteBufAllocator byte[] int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* alloc */
            putfield io.netty.buffer.UnpooledHeapByteBuf.alloc:Lio/netty/buffer/ByteBufAllocator;
         8: .line 83
            aload 0 /* this */
            aload 2 /* initialArray */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setArray:([B)V
         9: .line 84
            aload 0 /* this */
            iconst_0
            aload 2 /* initialArray */
            arraylength
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 85
            return
        end local 3 // int maxCapacity
        end local 2 // byte[] initialArray
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0   11     1         alloc  Lio/netty/buffer/ByteBufAllocator;
            0   11     2  initialArray  [B
            0   11     3   maxCapacity  I
    MethodParameters:
              Name  Flags
      alloc         
      initialArray  
      maxCapacity   

  byte[] allocateArray(int);
    descriptor: (I)[B
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int initialCapacity
         0: .line 88
            iload 1 /* initialCapacity */
            newarray 8
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  void freeArray(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // byte[] array
         0: .line 93
            return
        end local 1 // byte[] array
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  array  [B
    MethodParameters:
       Name  Flags
      array  

  private void setArray(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // byte[] initialArray
         0: .line 96
            aload 0 /* this */
            aload 1 /* initialArray */
            putfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
         1: .line 97
            aload 0 /* this */
            aconst_null
            putfield io.netty.buffer.UnpooledHeapByteBuf.tmpNioBuf:Ljava/nio/ByteBuffer;
         2: .line 98
            return
        end local 1 // byte[] initialArray
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    3     1  initialArray  [B
    MethodParameters:
              Name  Flags
      initialArray  

  public io.netty.buffer.ByteBufAllocator alloc();
    descriptor: ()Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 102
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.alloc:Lio/netty/buffer/ByteBufAllocator;
            areturn
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 107
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            areturn
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;

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

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 117
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            arraylength
            ireturn
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;

  public io.netty.buffer.ByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int newCapacity
         0: .line 122
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkNewCapacity:(I)V
         1: .line 124
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 125
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            astore 3 /* oldArray */
        start local 3 // byte[] oldArray
         3: .line 126
            iload 1 /* newCapacity */
            iload 2 /* oldCapacity */
            if_icmple 9
         4: .line 127
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.allocateArray:(I)[B
            astore 4 /* newArray */
        start local 4 // byte[] newArray
         5: .line 128
            aload 3 /* oldArray */
            iconst_0
            aload 4 /* newArray */
            iconst_0
            aload 3 /* oldArray */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 129
            aload 0 /* this */
            aload 4 /* newArray */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setArray:([B)V
         7: .line 130
            aload 0 /* this */
            aload 3 /* oldArray */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.freeArray:([B)V
        end local 4 // byte[] newArray
         8: .line 131
            goto 21
      StackMap locals: int byte[]
      StackMap stack:
         9: iload 1 /* newCapacity */
            iload 2 /* oldCapacity */
            if_icmpge 21
        10: .line 132
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.allocateArray:(I)[B
            astore 4 /* newArray */
        start local 4 // byte[] newArray
        11: .line 133
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.readerIndex:()I
            istore 5 /* readerIndex */
        start local 5 // int readerIndex
        12: .line 134
            iload 5 /* readerIndex */
            iload 1 /* newCapacity */
            if_icmpge 18
        13: .line 135
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.writerIndex:()I
            istore 6 /* writerIndex */
        start local 6 // int writerIndex
        14: .line 136
            iload 6 /* writerIndex */
            iload 1 /* newCapacity */
            if_icmple 16
        15: .line 137
            aload 0 /* this */
            iload 1 /* newCapacity */
            dup
            istore 6 /* writerIndex */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
        16: .line 139
      StackMap locals: byte[] int int
      StackMap stack:
            aload 3 /* oldArray */
            iload 5 /* readerIndex */
            aload 4 /* newArray */
            iload 5 /* readerIndex */
            iload 6 /* writerIndex */
            iload 5 /* readerIndex */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 6 // int writerIndex
        17: .line 140
            goto 19
        18: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newCapacity */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            pop
        19: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* newArray */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.setArray:([B)V
        20: .line 144
            aload 0 /* this */
            aload 3 /* oldArray */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.freeArray:([B)V
        end local 5 // int readerIndex
        end local 4 // byte[] newArray
        21: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // byte[] oldArray
        end local 2 // int oldCapacity
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0   22     1  newCapacity  I
            2   22     2  oldCapacity  I
            3   22     3     oldArray  [B
            5    8     4     newArray  [B
           11   21     4     newArray  [B
           12   21     5  readerIndex  I
           14   17     6  writerIndex  I
    MethodParameters:
             Name  Flags
      newCapacity  

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

  public byte[] array();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 156
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 157
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            areturn
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;

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

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

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

  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=6, locals=5, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf 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 177
            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.UnpooledHeapByteBuf.checkDstIndex:(IIII)V
         1: .line 178
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
            ifeq 4
         2: .line 179
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
            iload 3 /* dstIndex */
            i2l
            ladd
            iload 4 /* length */
            i2l
            invokestatic io.netty.util.internal.PlatformDependent.copyMemory:([BIJJ)V
         3: .line 180
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
            ifeq 7
         5: .line 181
            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.UnpooledHeapByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 182
            goto 8
         7: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 3 /* dstIndex */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 185
      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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    9     1     index  I
            0    9     2       dst  Lio/netty/buffer/ByteBuf;
            0    9     3  dstIndex  I
            0    9     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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 190
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* dstIndex */
            aload 2 /* dst */
            arraylength
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkDstIndex:(IIII)V
         1: .line 191
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 192
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 197
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkIndex:(II)V
         1: .line 198
            aload 2 /* dst */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
         2: .line 199
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    3     1  index  I
            0    3     2    dst  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      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=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 204
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 205
            aload 2 /* out */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 206
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 211
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 212
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* out */
            iload 3 /* length */
            iconst_0
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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=7, locals=6, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf 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 217
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 218
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* out */
            lload 3 /* position */
            iload 5 /* length */
            iconst_0
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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    

  private int getBytes(int, java.nio.channels.GatheringByteChannel, int, boolean);
    descriptor: (ILjava/nio/channels/GatheringByteChannel;IZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf 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 222
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 224
            iload 4 /* internal */
            ifeq 4
         2: .line 225
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            astore 5 /* tmpBuf */
        start local 5 // java.nio.ByteBuffer tmpBuf
         3: .line 226
            goto 5
        end local 5 // java.nio.ByteBuffer tmpBuf
         4: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 5 /* tmpBuf */
        start local 5 // java.nio.ByteBuffer tmpBuf
         5: .line 229
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 2 /* out */
            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;
            checkcast java.nio.ByteBuffer
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    6     1     index  I
            0    6     2       out  Ljava/nio/channels/GatheringByteChannel;
            0    6     3    length  I
            0    6     4  internal  Z
            3    4     5    tmpBuf  Ljava/nio/ByteBuffer;
            5    6     5    tmpBuf  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      out       
      length    
      internal  

  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.UnpooledHeapByteBuf 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 233
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 234
            iload 6 /* internal */
            ifeq 2
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.internalNioBuffer:()Ljava/nio/ByteBuffer;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
         3: astore 7 /* tmpBuf */
        start local 7 // java.nio.ByteBuffer tmpBuf
         4: .line 235
            aload 2 /* out */
            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;
            checkcast java.nio.ByteBuffer
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    5     1     index  I
            0    5     2       out  Ljava/nio/channels/FileChannel;
            0    5     3  position  J
            0    5     5    length  I
            0    5     6  internal  Z
            4    5     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.UnpooledHeapByteBuf this
        start local 1 // java.nio.channels.GatheringByteChannel out
        start local 2 // int length
         0: .line 240
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkReadableBytes:(I)V
         1: .line 241
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
            aload 1 /* out */
            iload 2 /* length */
            iconst_1
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;IZ)I
            istore 3 /* readBytes */
        start local 3 // int readBytes
         2: .line 242
            aload 0 /* this */
            dup
            getfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
            iload 3 /* readBytes */
            iadd
            putfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
         3: .line 243
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // java.nio.channels.FileChannel out
        start local 2 // long position
        start local 4 // int length
         0: .line 248
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkReadableBytes:(I)V
         1: .line 249
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
            aload 1 /* out */
            lload 2 /* position */
            iload 4 /* length */
            iconst_1
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JIZ)I
            istore 5 /* readBytes */
        start local 5 // int readBytes
         2: .line 250
            aload 0 /* this */
            dup
            getfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
            iload 5 /* readBytes */
            iadd
            putfield io.netty.buffer.UnpooledHeapByteBuf.readerIndex:I
         3: .line 251
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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    

  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=6, locals=5, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf 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 256
            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.UnpooledHeapByteBuf.checkSrcIndex:(IIII)V
         1: .line 257
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
            ifeq 4
         2: .line 258
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
            iload 3 /* srcIndex */
            i2l
            ladd
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 4 /* length */
            i2l
            invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(J[BIJ)V
         3: .line 259
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
            ifeq 7
         5: .line 260
            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.UnpooledHeapByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 261
            goto 8
         7: .line 262
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            iload 3 /* srcIndex */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 264
      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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    9     1     index  I
            0    9     2       src  Lio/netty/buffer/ByteBuf;
            0    9     3  srcIndex  I
            0    9     4    length  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=5, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 269
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            iload 3 /* srcIndex */
            aload 2 /* src */
            arraylength
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkSrcIndex:(IIII)V
         1: .line 270
            aload 2 /* src */
            iload 3 /* srcIndex */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 271
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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, 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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 276
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 277
            aload 2 /* src */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         2: .line 278
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    3     1  index  I
            0    3     2    src  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=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 283
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 284
            aload 2 /* in */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual java.io.InputStream.read:([BII)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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 289
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 291
            aload 2 /* in */
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.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 3 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            checkcast java.nio.ByteBuffer
            invokeinterface java.nio.channels.ScatteringByteChannel.read:(Ljava/nio/ByteBuffer;)I
         2: ireturn
         3: .line 292
      StackMap locals:
      StackMap stack: java.nio.channels.ClosedChannelException
            pop
         4: .line 293
            iconst_m1
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    5     1   index  I
            0    5     2      in  Ljava/nio/channels/ScatteringByteChannel;
            0    5     3  length  I
      Exception table:
        from    to  target  type
           1     2       3  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=6, args_size=5
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf 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 299
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 301
            aload 2 /* in */
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.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 5 /* length */
            iadd
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            checkcast java.nio.ByteBuffer
            lload 3 /* position */
            invokevirtual java.nio.channels.FileChannel.read:(Ljava/nio/ByteBuffer;J)I
         2: ireturn
         3: .line 302
      StackMap locals:
      StackMap stack: java.nio.channels.ClosedChannelException
            pop
         4: .line 303
            iconst_m1
            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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    5     1     index  I
            0    5     2        in  Ljava/nio/channels/FileChannel;
            0    5     3  position  J
            0    5     5    length  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.nio.channels.ClosedChannelException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      index     
      in        
      position  
      length    

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

  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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 314
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 315
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* length */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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=6, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 320
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            aastore
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 325
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkIndex:(II)V
         1: .line 326
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.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.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

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

  protected byte _getByte(int);
    descriptor: (I)B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 337
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getByte:([BI)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  protected short _getShort(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 348
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getShort:([BI)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShortLE(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 353
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 354
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    2     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.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 359
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getShortLE:([BI)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  protected int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 370
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getUnsignedMedium:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  protected int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 381
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getUnsignedMediumLE:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  protected int _getInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 392
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getInt:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIntLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 397
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 398
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    2     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.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 403
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getIntLE:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  protected long _getLong(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 414
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getLong:([BI)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLongLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 419
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 420
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    2     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.UnpooledHeapByteBuf this
        start local 1 // int index
         0: .line 425
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            invokestatic io.netty.buffer.HeapByteBufUtil.getLongLE:([BI)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 430
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 431
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setByte:(II)V
         2: .line 432
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 437
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setByte:([BII)V
         1: .line 438
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 442
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 443
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setShort:(II)V
         2: .line 444
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 449
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setShort:([BII)V
         1: .line 450
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 454
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 455
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setShortLE:(II)V
         2: .line 456
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 461
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setShortLE:([BII)V
         1: .line 462
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 466
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 467
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setMedium:(II)V
         2: .line 468
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 473
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setMedium:([BII)V
         1: .line 474
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 478
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 479
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setMediumLE:(II)V
         2: .line 480
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 485
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setMediumLE:([BII)V
         1: .line 486
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 490
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 491
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setInt:(II)V
         2: .line 492
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 497
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setInt:([BII)V
         1: .line 498
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 502
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 503
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setIntLE:(II)V
         2: .line 504
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 509
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            iload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setIntLE:([BII)V
         1: .line 510
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 514
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 515
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setLong:(IJ)V
         2: .line 516
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 521
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            lload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setLong:([BIJ)V
         1: .line 522
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 526
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.ensureAccessible:()V
         1: .line 527
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf._setLongLE:(IJ)V
         2: .line 528
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            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.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 533
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            lload 2 /* value */
            invokestatic io.netty.buffer.HeapByteBufUtil.setLongLE:([BIJ)V
         1: .line 534
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf copy(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 538
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.checkIndex:(II)V
         1: .line 539
            iload 2 /* length */
            newarray 8
            astore 3 /* copiedArray */
        start local 3 // byte[] copiedArray
         2: .line 540
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            iload 1 /* index */
            aload 3 /* copiedArray */
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 541
            new io.netty.buffer.UnpooledHeapByteBuf
            dup
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            aload 3 /* copiedArray */
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.maxCapacity:()I
            invokespecial io.netty.buffer.UnpooledHeapByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;[BI)V
            areturn
        end local 3 // byte[] copiedArray
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/netty/buffer/UnpooledHeapByteBuf;
            0    4     1        index  I
            0    4     2       length  I
            2    4     3  copiedArray  [B
    MethodParameters:
        Name  Flags
      index   
      length  

  private java.nio.ByteBuffer internalNioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 545
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.tmpNioBuf:Ljava/nio/ByteBuffer;
            astore 1 /* tmpNioBuf */
        start local 1 // java.nio.ByteBuffer tmpNioBuf
         1: .line 546
            aload 1 /* tmpNioBuf */
            ifnonnull 3
         2: .line 547
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            dup
            astore 1 /* tmpNioBuf */
            putfield io.netty.buffer.UnpooledHeapByteBuf.tmpNioBuf:Ljava/nio/ByteBuffer;
         3: .line 549
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* tmpNioBuf */
            areturn
        end local 1 // java.nio.ByteBuffer tmpNioBuf
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/UnpooledHeapByteBuf;
            1    4     1  tmpNioBuf  Ljava/nio/ByteBuffer;

  protected void deallocate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 554
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
            invokevirtual io.netty.buffer.UnpooledHeapByteBuf.freeArray:([B)V
         1: .line 555
            aload 0 /* this */
            getstatic io.netty.util.internal.EmptyArrays.EMPTY_BYTES:[B
            putfield io.netty.buffer.UnpooledHeapByteBuf.array:[B
         2: .line 556
            return
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;

  public io.netty.buffer.ByteBuf unwrap();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledHeapByteBuf this
         0: .line 560
            aconst_null
            areturn
        end local 0 // io.netty.buffer.UnpooledHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledHeapByteBuf;
}
SourceFile: "UnpooledHeapByteBuf.java"