com.zhongweixian.excel.cache.manager.IFileLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poi-api Show documentation
Show all versions of poi-api Show documentation
poi-api project for Spring Boot
The newest version!
package com.zhongweixian.excel.cache.manager;
/**
* @author [email protected]
* @Date 2017/11/5:22:58
*/
public interface IFileLoader {
/**
* 可以自定义KEY的作用
*
* @param key
* @return
*/
public byte[] getFile(String key);
}