zip - Java ZipFile api fails to extact large files -


i reading large zip file (above 2.5gb). when try decompress file above 2.5gb, exeption

java.util.zip.zipexception: error in opening zip file java.util.zip.zipexception: error in opening zip file     @ java.util.zip.zipfile.open(native method)     @ java.util.zip.zipfile.<init>(zipfile.java:219)     @ java.util.zip.zipfile.<init>(zipfile.java:149)     @ java.util.zip.zipfile.<init>(zipfile.java:163) 

this error doesnot occur when use zipinputstream instead of zipfile. why behaviour in zipfile api.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -