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

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

There is a newer version: 1.0.7
Show newest version
package org.daisy.braille.utils.pef;

import java.io.InputStream;

/**
 * Provides an interface for an input stream maker.
 *
 * @author Joel Håkansson
 * @deprecated
 */
@Deprecated
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