See: Description
| Interface | Description | 
|---|---|
| BinFileMultCol | This interface summarizes BinFileMultColFile and BinFileMultColRam. | 
| Class | Description | 
|---|---|
| BinFileMultColFile | This class gives access to collocations which is slower but less
 memory-intense. | 
| BinFileMultColPreparer | This class prepares the two tempFiles for fast access of a large
 multiple-column table containing only Integers. | 
| BinFileMultColRam | This class gives access to collocations which is slower but less
 memory-intense. | 
| BinFileStrCol | Reads the stored files for wordstrings. | 
| BinFileStrColPreparer | This class prepares the two tempFiles which are needed to access word_bins
 faster. | 
| Converter | This class converts bytes to Integers and vice versa, the same for chars. |