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

com.seven.cow.servlet.download.service.DownloadFileService Maven / Gradle / Ivy

The newest version!
package com.seven.cow.servlet.download.service;

public interface DownloadFileService {

    byte[] download(String fileKey, String storeAddress);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy