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

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