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: .line 166
            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 // sun.awt.image.PixelConverter$Ushort565Rgb this
         0: .line 168
            aload 0 /* this */
            invokespecial sun.awt.image.PixelConverter.<init>:()V
            return
        end local 0 // sun.awt.image.PixelConverter$Ushort565Rgb this
      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 // sun.awt.image.PixelConverter$Ushort565Rgb this
        start local 1 // int rgb
        start local 2 // java.awt.image.ColorModel cm
         0: .line 171
            iload 1 /* rgb */
            bipush 8
            ishr
            ldc 63488
            iand
         1: .line 172
            iload 1 /* rgb */
            iconst_5
            ishr
            sipush 2016
            iand
         2: .line 171
            ior
         3: .line 173
            iload 1 /* rgb */
            iconst_3
            ishr
            bipush 31
            iand
         4: .line 171
            ior
            ireturn
        end local 2 // java.awt.image.ColorModel cm
        end local 1 // int rgb
        end local 0 // sun.awt.image.PixelConverter$Ushort565Rgb this
      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 // sun.awt.image.PixelConverter$Ushort565Rgb this
        start local 1 // int pixel
        start local 2 // java.awt.image.ColorModel cm
         0: .line 178
            iload 1 /* pixel */
            bipush 11
            ishr
            bipush 31
            iand
            istore 3 /* r */
        start local 3 // int r
         1: .line 179
            iload 3 /* r */
            iconst_3
            ishl
            iload 3 /* r */
            iconst_2
            ishr
            ior
            istore 3 /* r */
         2: .line 180
            iload 1 /* pixel */
            iconst_5
            ishr
            bipush 63
            iand
            istore 4 /* g */
        start local 4 // int g
         3: .line 181
            iload 4 /* g */
            iconst_2
            ishl
            iload 4 /* g */
            iconst_4
            ishr
            ior
            istore 4 /* g */
         4: .line 182
            iload 1 /* pixel */
            bipush 31
            iand
            istore 5 /* b */
        start local 5 // int b
         5: .line 183
            iload 5 /* b */
            iconst_3
            ishl
            iload 5 /* b */
            iconst_2
            ishr
            ior
            istore 5 /* b */
         6: .line 184
            ldc -16777216
            iload 3 /* r */
            bipush 16
            ishl
            ior
            iload 4 /* g */
            bipush 8
            ishl
            ior
            iload 5 /* b */
            ior
            ireturn
        end local 5 // int b
        end local 4 // int g
        end local 3 // int r
        end local 2 // java.awt.image.ColorModel cm
        end local 1 // int pixel
        end local 0 // sun.awt.image.PixelConverter$Ushort565Rgb this
      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