ZipException: ZIP_READ error is sometimes thrown when reading Zipped CSV file

Sadaagill

New Member
I have a csv file inside a zip folder. When i try to read the csv file with \[code\] bufferedReader.readline()\[/code\]ZIPException: ZIP_READ error is thrown on the above line. I haven't figured out what can be the problem.
 
Top