mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复ZipReader.get调用reset异常问题
This commit is contained in:
@@ -109,7 +109,6 @@ public class ZipReader implements Closeable {
|
||||
}
|
||||
} else {
|
||||
try {
|
||||
this.in.reset();
|
||||
ZipEntry zipEntry;
|
||||
while (null != (zipEntry = in.getNextEntry())) {
|
||||
if (zipEntry.getName().equals(path)) {
|
||||
|
Reference in New Issue
Block a user