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

hu.blackbelt.osgi.i18n.api.MessageStreamLoader Maven / Gradle / Ivy

package hu.blackbelt.osgi.i18n.api;

import java.io.InputStream;

/**
 * Load the stream for the given name.
 */
public interface MessageStreamLoader {
    InputStream load(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy