| Interface | Description |
|---|---|
| Compressor |
This interface allows different compression algorithms to be used.
|
| Class | Description |
|---|---|
| GZIPCompression |
Compress the file using the GZIP compression format.
|
| NoCompression |
This will not compress the file.
|
| ZLIBCompression |
Compress the file using the ZLIB compression format.
|