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 // io.netty.handler.codec.redis.RedisCodecUtil this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            return
        end local 0 // io.netty.handler.codec.redis.RedisCodecUtil this
      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 // long value
         0: .line 30
            lload 0 /* value */
            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 // long value
      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 // char first
        start local 1 // char second
         0: .line 37
            getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
            ifeq 2
         1: .line 38
            iload 1 /* second */
            bipush 8
            ishl
            iload 0 /* first */
            ior
            i2s
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 0 /* first */
            bipush 8
            ishl
            iload 1 /* second */
            ior
            i2s
         3: .line 37
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // char second
        end local 0 // char first
      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 // short value
         0: .line 45
            iconst_2
            newarray 8
            astore 1 /* bytes */
        start local 1 // byte[] bytes
         1: .line 46
            getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
            ifeq 5
         2: .line 47
            aload 1 /* bytes */
            iconst_1
            iload 0 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         3: .line 48
            aload 1 /* bytes */
            iconst_0
            iload 0 /* value */
            sipush 255
            iand
            i2b
            bastore
         4: .line 49
            goto 7
         5: .line 50
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* bytes */
            iconst_0
            iload 0 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 51
            aload 1 /* bytes */
            iconst_1
            iload 0 /* value */
            sipush 255
            iand
            i2b
            bastore
         7: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            areturn
        end local 1 // byte[] bytes
        end local 0 // short value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0  value  S
            1    8     1  bytes  [B
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "RedisCodecUtil.java"