mirror of
https://gitee.com/shikong-sk/springcloud-study
synced 2025-02-23 05:42:14 +08:00
简单测试
This commit is contained in:
parent
49f6994a56
commit
43090f34b7
@ -49,7 +49,7 @@ public class ApplicationTest {
|
|||||||
log.info("{}",buckets.name());
|
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)){
|
try(ZipFile zipFile = new ZipFile(path)){
|
||||||
ZipInputStream zipInputStream = new ZipInputStream(new BufferedInputStream(Files.newInputStream(Paths.get(path))));
|
ZipInputStream zipInputStream = new ZipInputStream(new BufferedInputStream(Files.newInputStream(Paths.get(path))));
|
||||||
ZipEntry zipEntry;
|
ZipEntry zipEntry;
|
||||||
|
Loading…
Reference in New Issue
Block a user