I did this question and I saw that exist a constructor of ZipInputStream called:
ZipInputStream(BufferedInputStream, Charset)
but the debugger throws me the error:
ZipInputStream(BufferedInputStream, Charset) is undefined
and give me the advice:
remove the argument to match ZipInputStream(InputStream)
I have installed the latest JDK and JRE 7 but I still have the same error.
Finally I solved the problem here:
Extracting file with ZipInputStream error UTFDataFormatException