I would like to know if there is a way to read a particular file directly from a ZipFile
/ ZipInputStream
without having to iterate over the entire entry set. I imagine this could be quite an overhead, if the archive contains a large number of files. Is there a better way?
I know this can be done with TrueZip
and I've done it a while ago, but I am wondering if the 1.8 SDK contains something more adequate nowadays...?