Package com.timeindexing.io

Provides classes that do the I/O for an Index.

See:
          Description

Interface Summary
FileType This has the definitions used in the file header for each of the different files.
HeaderFileInteractor  
HeaderOptionProcess These are the processes that can be done on a header option.
IndexFileInteractor An interface for readers and writers of index files.
IndexFileReader An interface for readers of indexes.
IndexFileWriter An interface for writers of indexes.
IndexHeaderReader An index header reader This is the generic interface to an index reader.
IndexHeaderWriter An index header writer This is the generic interface to an index writer.
IndexInteractor An interface for objects that interact with indexes.
LoadStyle An enumeration of ways to load the index.
 

Class Summary
AbstractFileIO Has code for indexes that are file-based.
AbstractIndexIO An object for doing IO for an Index.
ExternalIndexIO This does I/O for an Index with external data.
FileUtils A class with a set of file utiltiies.
IndexDecoder This opens an Index header file and determines what type of of index is represented.
IndexHeaderIO An Index Header IO object.
IndexTyper This opens an Index file and determines what type of of index is represented.
InlineIndexIO This does I/O for an Index with inline data.
ShadowIndexIO This does I/O for a shadow Index with external data.
 

Package com.timeindexing.io Description

Provides classes that do the I/O for an Index.