Class CvtTable

  • All Implemented Interfaces:
    Table

    public class CvtTable
    extends java.lang.Object
    implements Table
    • Constructor Detail

      • CvtTable

        protected CvtTable​(DirectoryEntry de,
                           java.io.RandomAccessFile raf)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getType

        public int getType()
        Description copied from interface: Table
        Get the table type, as a table directory value.
        Specified by:
        getType in interface Table
        Returns:
        The table type
      • getValues

        public short[] getValues()