java.lang.Object
ushiosan.jvm_utilities.lang.io.ZipUtils

public final class ZipUtils extends Object
  • Method Details

    • isRegularFile

      public static boolean isRegularFile(@NotNull @NotNull ZipEntry entry)
      Check if the input is a regular file
      Parameters:
      entry - the entry to analyze
      Returns:
      true if entry is a regular file or false otherwise