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

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

    • Gzip

      public Gzip()
  • Method Details

    • compress

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