when does java.util.zip.ZipFile.close() throw IOException?
Posted
by sk
on Stack Overflow
See other posts from Stack Overflow
or by sk
Published on 2010-05-04T15:02:19Z
Indexed on
2010/05/04
15:08 UTC
Read the original article
Hit count: 112
Under what circumstances would java.util.zip.ZipFile.close() throw an IOException? Its method signature indicates that it can be thrown, but from the source code there doesn't seem to be any place where this could happen, unless it's in native code. What corrective action, if any, could be taken at the point where that exception is caught?
© Stack Overflow or respective owner