public class sun.awt.image.PixelConverter$Ushort565Rgb extends sun.awt.image.PixelConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.awt.image.PixelConverter$Ushort565Rgb
super_class: sun.awt.image.PixelConverter
{
public static final sun.awt.image.PixelConverter instance;
descriptor: Lsun/awt/image/PixelConverter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.awt.image.PixelConverter$Ushort565Rgb
dup
invokespecial sun.awt.image.PixelConverter$Ushort565Rgb.<init>:()V
putstatic sun.awt.image.PixelConverter$Ushort565Rgb.instance:Lsun/awt/image/PixelConverter;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.awt.image.PixelConverter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/awt/image/PixelConverter$Ushort565Rgb;
public int rgbToPixel(int, java.awt.image.ColorModel);
descriptor: (ILjava/awt/image/ColorModel;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 1
bipush 8
ishr
ldc 63488
iand
1: iload 1
iconst_5
ishr
sipush 2016
iand
2: ior
3: iload 1
iconst_3
ishr
bipush 31
iand
4: ior
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/awt/image/PixelConverter$Ushort565Rgb;
0 5 1 rgb I
0 5 2 cm Ljava/awt/image/ColorModel;
MethodParameters:
Name Flags
rgb
cm
public int pixelToRgb(int, java.awt.image.ColorModel);
descriptor: (ILjava/awt/image/ColorModel;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: iload 1
bipush 11
ishr
bipush 31
iand
istore 3
start local 3 1: iload 3
iconst_3
ishl
iload 3
iconst_2
ishr
ior
istore 3
2: iload 1
iconst_5
ishr
bipush 63
iand
istore 4
start local 4 3: iload 4
iconst_2
ishl
iload 4
iconst_4
ishr
ior
istore 4
4: iload 1
bipush 31
iand
istore 5
start local 5 5: iload 5
iconst_3
ishl
iload 5
iconst_2
ishr
ior
istore 5
6: ldc -16777216
iload 3
bipush 16
ishl
ior
iload 4
bipush 8
ishl
ior
iload 5
ior
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/awt/image/PixelConverter$Ushort565Rgb;
0 7 1 pixel I
0 7 2 cm Ljava/awt/image/ColorModel;
1 7 3 r I
3 7 4 g I
5 7 5 b I
MethodParameters:
Name Flags
pixel
cm
}
SourceFile: "PixelConverter.java"
NestHost: sun.awt.image.PixelConverter
InnerClasses:
public Ushort565Rgb = sun.awt.image.PixelConverter$Ushort565Rgb of sun.awt.image.PixelConverter