
top.lshaci.framework.file.service.FileDownloadService Maven / Gradle / Ivy
The newest version!
package top.lshaci.framework.file.service;
import java.io.OutputStream;
/**
* FileDownloadService
*
* @author lshaci
* @since 1.0.9
*/
public interface FileDownloadService {
/**
* 根据文件地址, 将文件信息写入到指定输出流中
*
* @param path 存储空间中的文件地址
* @param outputStream 输出流
*/
void write(String path, OutputStream outputStream);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy