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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -