Class ZipUtilitiesKt
-
- All Implemented Interfaces:
public final class ZipUtilitiesKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisNotValidZipFile(ZipFile $self)Check whether this ZipFile denotes an invalid ZipFile. -
-
Method Detail
-
isNotValidZipFile
final static Boolean isNotValidZipFile(ZipFile $self)
Check whether this ZipFile denotes an invalid ZipFile.
- Returns:
true if this ZipFile is invalid, false otherwise.
-
-
-
-