java.lang.Object
com.github.eventmanager.compressors.Gzip
The Gzip class provides methods for compressing files using the GZIP format.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Gzip
public Gzip()
-
-
Method Details
-
compress
Compresses the file at the specified file path using the GZIP format.- Parameters:
filePath
- the path to the file to be compressed.
-