Is there an easy way to create a complete File object from a ZipEntry?
I'd prefer not to create my own streams with a buffer size and read into those streams by hand, such as the recommended way on these sites, https://stackoverflow.com/a/23870468/1005607 http://www.java-tips.org/java-se-tips-100019/38-java-util-zip/600-how-to-extract-filefiles-from-a-zip-file.html
If there's a utility method e.g. Apache or something that would be great.