Class TextSource
java.lang.Object
org.eclipse.m2m.atl.dsls.textsource.TextSource
- Direct Known Subclasses:
ByteArrayTextSource
,IFileTextSource
,StringTextSource
,URLTextSource
The abstract text source definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a buffered reader of the text source.abstract InputStream
Returns an input stream of the text source.
-
Constructor Details
-
TextSource
public TextSource()
-
-
Method Details
-
openStream
Returns an input stream of the text source.- Returns:
- an input stream of the text source
- Throws:
IOException
-
openBufferedReader
Returns a buffered reader of the text source.- Returns:
- a buffered reader of the text source
- Throws:
IOException
-