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