GzFilter

Filter class which can be used by the Archive class to compress/decompress files into a .gz format.

Members

Static functions

compress
void[] compress(void[] data)

Input data is wrapped with gzip and returned.

decompress
void[] decompress(void[] data)

Input data is processed to extract from the gzip format.

Meta