prompto.utils.InputStreamSupplier Maven / Gradle / Ivy
The newest version!
package prompto.utils;
import java.io.IOException;
import java.io.InputStream;
@FunctionalInterface
public interface InputStreamSupplier {
InputStream getInputStream() throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy