public interface org.apache.batik.svggen.font.table.LookupSubtableFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.batik.svggen.font.table.LookupSubtableFactory
  super_class: java.lang.Object
{
  public abstract org.apache.batik.svggen.font.table.LookupSubtable read(int, java.io.RandomAccessFile, int);
    descriptor: (ILjava/io/RandomAccessFile;I)Lorg/apache/batik/svggen/font/table/LookupSubtable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      type    
      raf     
      offset  
}
SourceFile: "LookupSubtableFactory.java"