compressors
Interfaces, Classes, Traits and Enums
- Compressor
- A Compressor is used to apply a filter to objects before they are stored into a WebArchive. The filter is assumed to be invertible, and the typical intention is the filter carries out some kind of string compression.
- GzipCompressor
- Implementation of a Compressor using GZIP/GUNZIP as the filter.
- NonCompressor
- Implementation of a trivial Compressor.