开发者

ZipFile does not list all entries in a jar

开发者 https://www.devze.com 2023-01-04 10:55 出处:网络
ZipFile (and, by extension, JarFile) silently ignores files with filename e开发者_开发问答ncoding other than UTF-8, it seems.ZipFile has other issues as well, starting with misleading exceptions, and

ZipFile (and, by extension, JarFile) silently ignores files with filename e开发者_开发问答ncoding other than UTF-8, it seems.


ZipFile has other issues as well, starting with misleading exceptions, and continuing on. Avoid like a plague. Use ZipFile from commons-compress.

0

精彩评论

暂无评论...
验证码 换一张
取 消