All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lframework.common.utils.FileUtil Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package com.lframework.common.utils;

import java.util.Arrays;
import java.util.List;

public class FileUtil extends cn.hutool.core.io.FileUtil {

  /**
   * 图片后缀名
   */
  public static final List IMG_SUFFIX = Arrays.asList("jpg", "jpeg", "bpm", "png", "gif");

  /**
   * Excel文件后缀名
   */
  public static final List EXCEL_SUFFIX = Arrays.asList("xls", "xlsx");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy