interface com.sun.javafx.iio.bmp.BMPImageLoader$BitConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.javafx.iio.bmp.BMPImageLoader$BitConverter
  super_class: java.lang.Object
{
  public abstract byte convert(int, int, int);
    descriptor: (III)B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      i       
      mask    
      offset  
}
SourceFile: "BMPImageLoaderFactory.java"
NestHost: com.sun.javafx.iio.bmp.BMPImageLoader
InnerClasses:
  private abstract BitConverter = com.sun.javafx.iio.bmp.BMPImageLoader$BitConverter of com.sun.javafx.iio.bmp.BMPImageLoader
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()