|
|
|
@ -54,7 +54,7 @@ public class CompressFileUtils {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//输出文件路径信息
|
|
|
|
//输出文件路径信息
|
|
|
|
System.out.println(outPath);
|
|
|
|
//System.out.println(outPath);
|
|
|
|
|
|
|
|
|
|
|
|
OutputStream out = new FileOutputStream(outPath);
|
|
|
|
OutputStream out = new FileOutputStream(outPath);
|
|
|
|
byte[] buf1 = new byte[1024];
|
|
|
|
byte[] buf1 = new byte[1024];
|
|
|
|
@ -65,7 +65,7 @@ public class CompressFileUtils {
|
|
|
|
in.close();
|
|
|
|
in.close();
|
|
|
|
out.close();
|
|
|
|
out.close();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
System.out.println("******************解压完毕********************");
|
|
|
|
//System.out.println("******************解压完毕********************");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
|