When I include fileName
and zipParameter
in putNextEntry()
:
ZipOutputStream.putNextEntry(fileName, zipParameter);
It shows an error:
The method putNextEntry(ZipEntry) in the type ZipOutputStream is not applicable for the arguments (String, ZipParameters).