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

net.cassite.daf4j.resource.InputStreamProvider Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j.resource;

import java.io.InputStream;

/**
 * provides input stream
 */
public interface InputStreamProvider {
        InputStream get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy