Documentation of 'jhplot.io.db.RecordsFile' Java class.
RecordsFile
jhplot.io.db

Class RecordsFile

    • Constructor Summary

      Constructors 
      Constructor and Description
      RecordsFile(java.lang.String dbPath, int initialSize)
      Creates a new database file.
      RecordsFile(java.lang.String dbPath, java.lang.String accessFlags)
      Opens an existing database and initializes the in-memory index.
    • Constructor Detail

      • RecordsFile

        public RecordsFile(java.lang.String dbPath,
                           int initialSize)
                    throws java.io.IOException,
                           RecordsFileException
        Creates a new database file. The initialSize parameter determines the amount of space which is allocated for the index. The index can grow dynamically, but the parameter is provide to increase efficiency.
        Throws:
        java.io.IOException
        RecordsFileException
      • RecordsFile

        public RecordsFile(java.lang.String dbPath,
                           java.lang.String accessFlags)
                    throws java.io.IOException,
                           RecordsFileException
        Opens an existing database and initializes the in-memory index.
        Throws:
        java.io.IOException
        RecordsFileException

DMelt 3.0 © DataMelt by jWork.ORG