public class P7zipUtils extends Object
P7zipUtils()
static void
compress(List<String> filePathList, String destPath)
compress(List<String> filePathList, String password, String destPath)
static String
decompress(String filePath)
decompress(String filePath, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public P7zipUtils()
public static void compress(List<String> filePathList, String destPath)
public static void compress(List<String> filePathList, String password, String destPath)
filePathList
password
public static String decompress(String filePath)
public static String decompress(String filePath, String password)
filePath
Copyright © 2022. All rights reserved.