Is there a direct way to unpack a java.util.zip.ZipEntry
to a File
?
I want to specify a location (like "C:\temp\myfile.java") and unpack the Entry to that location.
There is some code with streams on the net, but I would prefer a tested library function.