Class TableFactory


  • public class TableFactory
    extends java.lang.Object
    Version:
    $Id: TableFactory.java 1808001 2017-09-11 09:51:29Z ssteiner $
    • Constructor Summary

      Constructors 
      Constructor Description
      TableFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Table create​(DirectoryEntry de, java.io.RandomAccessFile raf)  
      • Methods inherited from class java.lang.Object

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

      • TableFactory

        public TableFactory()
    • Method Detail

      • create

        public static Table create​(DirectoryEntry de,
                                   java.io.RandomAccessFile raf)
                            throws java.io.IOException
        Throws:
        java.io.IOException