Class EntryAllocationTable


  • public class EntryAllocationTable
    extends Object
    • Constructor Detail

      • EntryAllocationTable

        public EntryAllocationTable​(FileDataStore fileDataStore)
    • Method Detail

      • getEntryRecordLocation

        public long getEntryRecordLocation​(int entryId)
      • loadAllEntryRecords

        public List<eu.svjatoslav.sixth.data.store.file.EntryRecord> loadAllEntryRecords()
                                                                                  throws IOException
        Sorted list of @link EntryRecord's.
        Throws:
        IOException