JAVA 压缩单个文件

public class ZipTest { public static void main(String[] args) throws IOException { zipFile("1.txt", "G:\\file\\"); } /** * 压缩单个文件 * * @param fileName 须要压缩的文件名 * @param filePath 须要
相关文章
相关标签/搜索