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

uk.co.mruoc.properties.InputStreamLoader Maven / Gradle / Ivy

package uk.co.mruoc.properties;

import java.io.InputStream;

public interface InputStreamLoader {

    InputStream load(String path);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy