Hi All,
when trying to UNZIP large ZIP Files i got the Following Exception
java.util.zip.ZipException: invalid entry size (expected 4294967295 but got 4088675440 bytes)
, although my Method Working good with Small files
My Method :
I tried to change the Buffer Size but Still the Same Problem.
So , Any One Can Help Me Please???