|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.dsls.textsource.TextSource
public abstract class TextSource
The abstract text source definition.
Constructor Summary | |
---|---|
TextSource()
|
Method Summary | |
---|---|
java.io.BufferedReader |
openBufferedReader()
Returns a buffered reader of the text source. |
abstract java.io.InputStream |
openStream()
Returns an input stream of the text source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextSource()
Method Detail |
---|
public abstract java.io.InputStream openStream() throws java.io.IOException
java.io.IOException
public java.io.BufferedReader openBufferedReader() throws java.io.IOException
java.io.IOException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |