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

Class BaseRecordsFile

  • Direct Known Subclasses:
    RecordsFile


    public abstract class BaseRecordsFile
    extends java.lang.Object
    • Method Detail

      • enumerateKeys

        public abstract java.util.Enumeration enumerateKeys()
        Returns an Enumeration of the keys of all records in the database.
      • getNumRecords

        public abstract int getNumRecords()
        Returns the number or records in the database.
      • recordExists

        public abstract boolean recordExists(java.lang.String key)
        Checks there is a record with the given key.
      • updateRecord

        public void updateRecord(RecordWriter rw)
                          throws RecordsFileException,
                                 java.io.IOException
        Updates an existing record. If the new contents do not fit in the original record, then the update is handled by deleting the old record and adding the new.
        Throws:
        RecordsFileException
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG