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

org.daisy.braille.utils.pef.NormalizationResource Maven / Gradle / Ivy

package org.daisy.braille.utils.pef;

import java.io.InputStream;

/**
 * Provides an interface for an input stream maker.
 * @author Joel Håkansson
 *
 */
public interface NormalizationResource {

	/**
	 * Creates a new input stream for this resource.
	 * @return returns a new input stream
	 */
	public InputStream getNormalizationResourceAsStream();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy