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

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

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

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

  protected byte _getByte(int);
    descriptor: (I)B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 43
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getByte:([BI)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShort(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 48
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getShort:([BI)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected short _getShortLE(int);
    descriptor: (I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 53
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getShortLE:([BI)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 58
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getUnsignedMedium:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 63
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getUnsignedMediumLE:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 68
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getInt:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int _getIntLE(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 73
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getIntLE:([BI)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected long _getLong(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 78
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getLong:([BI)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected long _getLongLE(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
         0: .line 83
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            invokestatic io.netty.buffer.UnsafeByteBufUtil.getLongLE:([BI)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected void _setByte(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 88
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setByte:([BII)V
         1: .line 89
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setShort(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 93
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setShort:([BII)V
         1: .line 94
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setShortLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 98
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setShortLE:([BII)V
         1: .line 99
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setMedium(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 103
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setMedium:([BII)V
         1: .line 104
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setMediumLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 108
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setMediumLE:([BII)V
         1: .line 109
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setInt(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 113
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setInt:([BII)V
         1: .line 114
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setIntLE(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 118
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setIntLE:([BII)V
         1: .line 119
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setLong(int, long);
    descriptor: (IJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 123
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            lload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setLong:([BIJ)V
         1: .line 124
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void _setLongLE(int, long);
    descriptor: (IJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 128
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            lload 2 /* value */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setLongLE:([BIJ)V
         1: .line 129
            return
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    2     1  index  I
            0    2     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setZero(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.PooledUnsafeHeapByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 133
            invokestatic io.netty.util.internal.PlatformDependent.javaVersion:()I
            bipush 7
            if_icmplt 4
         1: .line 134
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.checkIndex:(II)V
         2: .line 136
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 2 /* length */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setZero:([BII)V
         3: .line 137
            aload 0 /* this */
            areturn
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokespecial io.netty.buffer.PooledHeapByteBuf.setZero:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    5     1   index  I
            0    5     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.ByteBuf writeZero(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
        start local 1 // int length
         0: .line 144
            invokestatic io.netty.util.internal.PlatformDependent.javaVersion:()I
            bipush 7
            if_icmplt 6
         1: .line 146
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 147
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.writerIndex:I
            istore 2 /* wIndex */
        start local 2 // int wIndex
         3: .line 148
            aload 0 /* this */
            getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
            checkcast byte[]
            aload 0 /* this */
            iload 2 /* wIndex */
            invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
            iload 1 /* length */
            invokestatic io.netty.buffer.UnsafeByteBufUtil.setZero:([BII)V
         4: .line 149
            aload 0 /* this */
            iload 2 /* wIndex */
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.PooledUnsafeHeapByteBuf.writerIndex:I
         5: .line 150
            aload 0 /* this */
            areturn
        end local 2 // int wIndex
         6: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* length */
            invokespecial io.netty.buffer.PooledHeapByteBuf.writeZero:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
            0    7     1  length  I
            3    6     2  wIndex  I
    MethodParameters:
        Name  Flags
      length  

  protected io.netty.buffer.SwappedByteBuf newSwappedByteBuf();
    descriptor: ()Lio/netty/buffer/SwappedByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
         0: .line 158
            invokestatic io.netty.util.internal.PlatformDependent.isUnaligned:()Z
            ifeq 2
         1: .line 160
            new io.netty.buffer.UnsafeHeapSwappedByteBuf
            dup
            aload 0 /* this */
            invokespecial io.netty.buffer.UnsafeHeapSwappedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;)V
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.netty.buffer.PooledHeapByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
            areturn
        end local 0 // io.netty.buffer.PooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/PooledUnsafeHeapByteBuf;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "PooledUnsafeHeapByteBuf.java"
NestMembers:
  io.netty.buffer.PooledUnsafeHeapByteBuf$1
InnerClasses:
  io.netty.buffer.PooledUnsafeHeapByteBuf$1
  public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler