Filter class which can be used by the Archive class to compress/decompress files into a .gz format.
Input data is wrapped with gzip and returned.
Input data is processed to extract from the gzip format.
See Implementation
Filter class which can be used by the Archive class to compress/decompress files into a .gz format.