zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

Incorrect operation of the method isValidZipFile()

Open barkep opened this issue 2 years ago • 0 comments
trafficstars

ZipFile zipFile = new ZipFile(test.txt)
zipFile.isValidZipFile()

In 2.11.4 it returned "false" In 2.11.5 it returns "true"

barkep avatar Aug 23 '23 10:08 barkep