Class Summary |
BucketedHuffword |
TextDB implementation that uses a combination of the Huffword data compressor
and a bucketing scheme. |
BucketedZip |
This is a TextDB which uses a combination of a bucketing scheme
and the Zip data compression technique. |
FrontCoding |
A TextDB that uses the Front-Coding technique to compress its records
and a bucketing scheme to provide efficient access to them. |
RSHuffword |
A TextDB that compress the source file with the Huffword
technique and access it through Rank and Select operations. |
TextDB |
Consider a textual file consisting of records (i.e. lines separated
by new lines). |
ZipCursor |
A forward only cursor over a Zip compressed file. |