简单测试

This commit is contained in:
Shikong 2023-03-29 16:17:43 +08:00
parent 49f6994a56
commit 43090f34b7

View File

@ -49,7 +49,7 @@ public class ApplicationTest {
log.info("{}",buckets.name());
}
String path = "E:\\Repository\\skcks.cn\\temp\\temp.zip";
String path = "D:\\Temp\\temp.zip";
try(ZipFile zipFile = new ZipFile(path)){
ZipInputStream zipInputStream = new ZipInputStream(new BufferedInputStream(Files.newInputStream(Paths.get(path))));
ZipEntry zipEntry;