You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to add (or change existing) validity check that will verify if all split files exists?
it happens that sometimes one or few zip split files (z01, z02 ...etc.) are missing on the disk (due to various reasons, not related to zip4j). The extractAll method will start the extraction and will fail only when it encounter the missing file with Caused by: java.io.FileNotFoundException: zip split file does not exist: /home/ec2-user/bigZip.z11
it would be nice if i could test for missing files in advance. (like zipFile.isValidZipFile() add zipFile.isValidSplitZipFile() )
The text was updated successfully, but these errors were encountered:
is it possible to add (or change existing) validity check that will verify if all split files exists?
it happens that sometimes one or few zip split files (z01, z02 ...etc.) are missing on the disk (due to various reasons, not related to zip4j). The extractAll method will start the extraction and will fail only when it encounter the missing file with
Caused by: java.io.FileNotFoundException: zip split file does not exist: /home/ec2-user/bigZip.z11
it would be nice if i could test for missing files in advance. (like
zipFile.isValidZipFile() add zipFile.isValidSplitZipFile()
)The text was updated successfully, but these errors were encountered: