Package org.daisy.braille.utils.pef
Interface NormalizationResource
-
@Deprecated public interface NormalizationResource
Deprecated.Provides an interface for an input stream maker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description InputStream
getNormalizationResourceAsStream()
Deprecated.Creates a new input stream for this resource.
-
-
-
Method Detail
-
getNormalizationResourceAsStream
InputStream getNormalizationResourceAsStream()
Deprecated.Creates a new input stream for this resource.- Returns:
- returns a new input stream
-
-