
syncloud.storage.InputStreamProvider Maven / Gradle / Ivy
The newest version!
package syncloud.storage;
import java.io.InputStream;
public interface InputStreamProvider {
InputStream getData() throws StorageException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy