提交 90a2fa3c authored 作者: Thomas Mueller's avatar Thomas Mueller

File system bugfixes

上级 82f40bc0
......@@ -361,5 +361,10 @@ class FileZip extends FileBase {
}
return null;
}
@Override
protected void implCloseChannel() throws IOException {
in.close();
}
}
......@@ -342,11 +342,7 @@ class FileZip2 extends FileBase {
@Override
public void implCloseChannel() throws IOException {
try {
in.close();
} catch (IOException e) {
// ignore
}
in.close();
}
@Override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论