public interface org.apache.poi.ddf.EscherRecordFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.poi.ddf.EscherRecordFactory
  super_class: java.lang.Object
{
  public abstract org.apache.poi.ddf.EscherRecord createRecord(byte[], int);
    descriptor: ([BI)Lorg/apache/poi/ddf/EscherRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      data    
      offset  
}
SourceFile: "EscherRecordFactory.java"