java.lang.Object
com.github.eventmanager.compressors.Zip

public class Zip extends Object
The Zip class provides methods for compressing files using the ZIP format.
  • Constructor Details

    • Zip

      public Zip()
  • Method Details

    • compress

      public static void compress(String filePath)
      Compresses the file at the specified file path using the ZIP format.
      Parameters:
      filePath - the path to the file to be compressed.