|
Creating and Using Cabinet Files
The cabinet format is an efficient way to package multiple files.
The cabinet format has two key features: multiple files can be
stored in a single cabinet (.cab) file, and data compression is
performed across file boundaries, which significantly improves
the compression ratio. Cabinet file construction can be designed
based on the number of files to be compressed and the expected
patterns for gaining access to them (sequential, random, all at
once, or a few at a time).
|
|