abstract class io.netty.buffer.AbstractUnsafeSwappedByteBuf extends io.netty.buffer.SwappedByteBuf
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.buffer.AbstractUnsafeSwappedByteBuf
super_class: io.netty.buffer.SwappedByteBuf
{
private final boolean nativeByteOrder;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.netty.buffer.AbstractByteBuf wrapped;
descriptor: Lio/netty/buffer/AbstractByteBuf;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic io.netty.buffer.AbstractUnsafeSwappedByteBuf.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(io.netty.buffer.AbstractByteBuf);
descriptor: (Lio/netty/buffer/AbstractByteBuf;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.buffer.SwappedByteBuf.<init>:(Lio/netty/buffer/ByteBuf;)V
1: getstatic io.netty.buffer.AbstractUnsafeSwappedByteBuf.$assertionsDisabled:Z
ifne 2
invokestatic io.netty.util.internal.PlatformDependent.isUnaligned:()Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf
StackMap stack:
aload 0
aload 1
putfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
3: aload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
aload 0
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.order:()Ljava/nio/ByteOrder;
getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
if_acmpne 4
iconst_1
goto 5
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
4: iconst_0
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf int int
5: if_icmpne 6
iconst_1
goto 7
StackMap locals:
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf
6: iconst_0
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
7: putfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 9 1 buf Lio/netty/buffer/AbstractByteBuf;
MethodParameters:
Name Flags
buf
public final long getLong(int);
descriptor: (I)J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
bipush 8
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._getLong:(Lio/netty/buffer/AbstractByteBuf;I)J
lstore 2
start local 2 2: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 3
lload 2
goto 4
StackMap locals: long
StackMap stack:
3: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals:
StackMap stack: long
4: lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
2 5 2 v J
MethodParameters:
Name Flags
index
public final float getFloat(int);
descriptor: (I)F
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.getInt:(I)I
invokestatic java.lang.Float.intBitsToFloat:(I)F
freturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public final double getDouble(int);
descriptor: (I)D
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.getLong:(I)J
invokestatic java.lang.Double.longBitsToDouble:(J)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public final char getChar(int);
descriptor: (I)C
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.getShort:(I)S
i2c
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public final long getUnsignedInt(int);
descriptor: (I)J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.getInt:(I)I
i2l
ldc 4294967295
land
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public final int getInt(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
iconst_4
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._getInt:(Lio/netty/buffer/AbstractByteBuf;I)I
istore 2
start local 2 2: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
2 5 2 v I
MethodParameters:
Name Flags
index
public final int getUnsignedShort(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.getShort:(I)S
ldc 65535
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public final short getShort(int);
descriptor: (I)S
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
iconst_2
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._getShort:(Lio/netty/buffer/AbstractByteBuf;I)S
istore 2
start local 2 2: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
2 5 2 v S
MethodParameters:
Name Flags
index
public final io.netty.buffer.ByteBuf setShort(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
iconst_2
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
iload 2
i2s
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int int
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setShort:(Lio/netty/buffer/AbstractByteBuf;IS)V
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
0 5 2 value I
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf setInt(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
iconst_4
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
iload 2
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int int
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setInt:(Lio/netty/buffer/AbstractByteBuf;II)V
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
0 5 2 value I
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf setLong(int, long);
descriptor: (IJ)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
bipush 8
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iload 1
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
lload 2
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int long
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int long
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int long
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setLong:(Lio/netty/buffer/AbstractByteBuf;IJ)V
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 5 1 index I
0 5 2 value J
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf setChar(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.setShort:(II)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf setFloat(int, float);
descriptor: (IF)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
fload 2
invokestatic java.lang.Float.floatToRawIntBits:(F)I
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 index I
0 2 2 value F
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf setDouble(int, double);
descriptor: (ID)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
dload 2
invokestatic java.lang.Double.doubleToRawLongBits:(D)J
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.setLong:(IJ)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 index I
0 2 2 value D
MethodParameters:
Name Flags
index
value
public final io.netty.buffer.ByteBuf writeShort(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iconst_2
invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
iload 1
i2s
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: iload 1
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int int
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setShort:(Lio/netty/buffer/AbstractByteBuf;IS)V
4: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
dup
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
iconst_2
iadd
putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
5: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 6 1 value I
MethodParameters:
Name Flags
value
public final io.netty.buffer.ByteBuf writeInt(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
iconst_4
invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
iload 1
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: iload 1
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf int
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int int
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setInt:(Lio/netty/buffer/AbstractByteBuf;II)V
4: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
dup
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
iconst_4
iadd
putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
5: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 6 1 value I
MethodParameters:
Name Flags
value
public final io.netty.buffer.ByteBuf writeLong(long);
descriptor: (J)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
bipush 8
invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
1: aload 0
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.nativeByteOrder:Z
ifeq 2
lload 1
goto 3
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf long
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int
2: lload 1
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals: io.netty.buffer.AbstractUnsafeSwappedByteBuf long
StackMap stack: io.netty.buffer.AbstractUnsafeSwappedByteBuf io.netty.buffer.AbstractByteBuf int long
3: invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf._setLong:(Lio/netty/buffer/AbstractByteBuf;IJ)V
4: aload 0
getfield io.netty.buffer.AbstractUnsafeSwappedByteBuf.wrapped:Lio/netty/buffer/AbstractByteBuf;
dup
getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
bipush 8
iadd
putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
5: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 6 1 value J
MethodParameters:
Name Flags
value
public final io.netty.buffer.ByteBuf writeChar(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public final io.netty.buffer.ByteBuf writeFloat(float);
descriptor: (F)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
fload 1
invokestatic java.lang.Float.floatToRawIntBits:(F)I
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 value F
MethodParameters:
Name Flags
value
public final io.netty.buffer.ByteBuf writeDouble(double);
descriptor: (D)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
invokestatic java.lang.Double.doubleToRawLongBits:(D)J
invokevirtual io.netty.buffer.AbstractUnsafeSwappedByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/AbstractUnsafeSwappedByteBuf;
0 2 1 value D
MethodParameters:
Name Flags
value
protected abstract short _getShort(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)S
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
protected abstract int _getInt(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
protected abstract long _getLong(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)J
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
protected abstract void _setShort(io.netty.buffer.AbstractByteBuf, int, short);
descriptor: (Lio/netty/buffer/AbstractByteBuf;IS)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
value
protected abstract void _setInt(io.netty.buffer.AbstractByteBuf, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;II)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
value
protected abstract void _setLong(io.netty.buffer.AbstractByteBuf, int, long);
descriptor: (Lio/netty/buffer/AbstractByteBuf;IJ)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
wrapped
index
value
}
SourceFile: "AbstractUnsafeSwappedByteBuf.java"