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

com.zhongweixian.excel.cache.manager.IFileLoader Maven / Gradle / Ivy

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy