Class ClassDefFormat2


  • public class ClassDefFormat2
    extends ClassDef
    Version:
    $Id: ClassDefFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassDefFormat2​(java.io.RandomAccessFile raf)
      Creates new ClassDefFormat2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFormat()  
      • Methods inherited from class org.apache.batik.svggen.font.table.ClassDef

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classRangeCount

        private int classRangeCount
      • classRangeRecords

        private RangeRecord[] classRangeRecords
    • Constructor Detail

      • ClassDefFormat2

        public ClassDefFormat2​(java.io.RandomAccessFile raf)
                        throws java.io.IOException
        Creates new ClassDefFormat2
        Throws:
        java.io.IOException