Lines Matching +full:- +full:- +full:- +full:- +full:-
10 - Dictionary based compression for homogenous files.
11 - Random access to compressed blocks.
24 +---------+
26 +----+----+
36 +---------+
38 +----+----+
50 +------+---------+ +---------+---+----------+ +----------+-----+
52 +------+---------+ +---------+---+----------+ +----------+-----+
59 - Seek to the last 4 bytes of the file and read the number of offsets.
60 - Read each offset into an array.
61 - Seek to the first block containing data we want to read.
63 - Decompress it and write what data we need from it to the file.
64 - Read the next block.
65 - Decompress it and write that page to the file.