final class io.netty.handler.codec.redis.RedisCodecUtil
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.redis.RedisCodecUtil
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/RedisCodecUtil;
static byte[] longToAsciiBytes(long);
descriptor: (J)[B
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
getstatic io.netty.util.CharsetUtil.US_ASCII:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value J
MethodParameters:
Name Flags
value
static short makeShort(char, char);
descriptor: (CC)S
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
1: iload 1
bipush 8
ishl
iload 0
ior
i2s
goto 3
StackMap locals:
StackMap stack:
2: iload 0
bipush 8
ishl
iload 1
ior
i2s
3: StackMap locals:
StackMap stack: int
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 first C
0 4 1 second C
MethodParameters:
Name Flags
first
second
static byte[] shortToBytes(short);
descriptor: (S)[B
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: iconst_2
newarray 8
astore 1
start local 1 1: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 5
2: aload 1
iconst_1
iload 0
bipush 8
ishr
sipush 255
iand
i2b
bastore
3: aload 1
iconst_0
iload 0
sipush 255
iand
i2b
bastore
4: goto 7
5: StackMap locals: byte[]
StackMap stack:
aload 1
iconst_0
iload 0
bipush 8
ishr
sipush 255
iand
i2b
bastore
6: aload 1
iconst_1
iload 0
sipush 255
iand
i2b
bastore
7: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 value S
1 8 1 bytes [B
MethodParameters:
Name Flags
value
}
SourceFile: "RedisCodecUtil.java"