final class io.netty.buffer.UnsafeDirectSwappedByteBuf extends io.netty.buffer.AbstractUnsafeSwappedByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.UnsafeDirectSwappedByteBuf
  super_class: io.netty.buffer.AbstractUnsafeSwappedByteBuf
{
  void <init>(io.netty.buffer.AbstractByteBuf);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf buf
         0: .line 27
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial io.netty.buffer.AbstractUnsafeSwappedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;)V
         1: .line 28
            return
        end local 1 // io.netty.buffer.AbstractByteBuf buf
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    2     1   buf  Lio/netty/buffer/AbstractByteBuf;
    MethodParameters:
      Name  Flags
      buf   

  private static long addr(io.netty.buffer.AbstractByteBuf, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;I)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf wrapped
        start local 1 // int index
         0: .line 35
            aload 0 /* wrapped */
            invokevirtual io.netty.buffer.AbstractByteBuf.memoryAddress:()J
            iload 1 /* index */
            i2l
            ladd
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf wrapped
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    1     1    index  I
    MethodParameters:
         Name  Flags
      wrapped  
      index    

  protected long _getLong(io.netty.buffer.AbstractByteBuf, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
         0: .line 40
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            invokestatic io.netty.util.internal.PlatformDependent.getLong:(J)J
            lreturn
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    1     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    1     2    index  I
    MethodParameters:
         Name  Flags
      wrapped  
      index    

  protected int _getInt(io.netty.buffer.AbstractByteBuf, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
         0: .line 45
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            invokestatic io.netty.util.internal.PlatformDependent.getInt:(J)I
            ireturn
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    1     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    1     2    index  I
    MethodParameters:
         Name  Flags
      wrapped  
      index    

  protected short _getShort(io.netty.buffer.AbstractByteBuf, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;I)S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
         0: .line 50
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
            ireturn
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    1     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    1     2    index  I
    MethodParameters:
         Name  Flags
      wrapped  
      index    

  protected void _setShort(io.netty.buffer.AbstractByteBuf, int, short);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;IS)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
        start local 3 // short value
         0: .line 55
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            iload 3 /* value */
            invokestatic io.netty.util.internal.PlatformDependent.putShort:(JS)V
         1: .line 56
            return
        end local 3 // short value
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    2     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    2     2    index  I
            0    2     3    value  S
    MethodParameters:
         Name  Flags
      wrapped  
      index    
      value    

  protected void _setInt(io.netty.buffer.AbstractByteBuf, int, int);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
        start local 3 // int value
         0: .line 60
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            iload 3 /* value */
            invokestatic io.netty.util.internal.PlatformDependent.putInt:(JI)V
         1: .line 61
            return
        end local 3 // int value
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    2     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    2     2    index  I
            0    2     3    value  I
    MethodParameters:
         Name  Flags
      wrapped  
      index    
      value    

  protected void _setLong(io.netty.buffer.AbstractByteBuf, int, long);
    descriptor: (Lio/netty/buffer/AbstractByteBuf;IJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
        start local 1 // io.netty.buffer.AbstractByteBuf wrapped
        start local 2 // int index
        start local 3 // long value
         0: .line 65
            aload 1 /* wrapped */
            iload 2 /* index */
            invokestatic io.netty.buffer.UnsafeDirectSwappedByteBuf.addr:(Lio/netty/buffer/AbstractByteBuf;I)J
            lload 3 /* value */
            invokestatic io.netty.util.internal.PlatformDependent.putLong:(JJ)V
         1: .line 66
            return
        end local 3 // long value
        end local 2 // int index
        end local 1 // io.netty.buffer.AbstractByteBuf wrapped
        end local 0 // io.netty.buffer.UnsafeDirectSwappedByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/buffer/UnsafeDirectSwappedByteBuf;
            0    2     1  wrapped  Lio/netty/buffer/AbstractByteBuf;
            0    2     2    index  I
            0    2     3    value  J
    MethodParameters:
         Name  Flags
      wrapped  
      index    
      value    
}
SourceFile: "UnsafeDirectSwappedByteBuf.java"