Class ZipTools

java.lang.Object
org.savantbuild.io.zip.ZipTools

public class ZipTools extends Object
Collection of ZIP file tools.
  • Constructor Details

    • ZipTools

      public ZipTools()
  • Method Details

    • unzip

      public static void unzip(Path file, Path to) throws IOException
      Unzips a ZIP file to a directory.
      Parameters:
      file - The ZIP file to unzip.
      to - The directory to unzip to.
      Throws:
      IOException - If the unzip fails.