java.lang.Object
ushiosan.jvm_utilities.lang.io.ZipUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisRegularFile(@NotNull ZipEntry entry) Check if the input is a regular file
-
Method Details
-
isRegularFile
Check if the input is a regular file- Parameters:
entry- the entry to analyze- Returns:
trueif entry is a regular file orfalseotherwise
-