|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.template.AbstractDataSource echopoint.template.StringDataSource
A StringDataSource
implements a DataSource
for a string.
Field Summary |
Fields inherited from class echopoint.template.AbstractDataSource |
DEFAULT_ENCODING |
Constructor Summary | |
StringDataSource(java.lang.String s)
Creates a StringDataSource with Unicode character encoding |
Method Summary | |
java.lang.String |
getCanonicalName()
Returns a canonical name of this DataSource. |
java.io.Reader |
getInputReader()
Gets an Reader of the File. |
long |
lastModified()
Returns the time the content of this String was last modified. |
Methods inherited from class echopoint.template.AbstractDataSource |
getCharacterEncoding, setCharacterEncoding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringDataSource(java.lang.String s)
Method Detail |
public java.lang.String getCanonicalName()
getCanonicalName
in interface DataSource
getCanonicalName
in class AbstractDataSource
public java.io.Reader getInputReader() throws java.io.IOException
getInputReader
in interface DataSource
getInputReader
in class AbstractDataSource
java.io.IOException
public long lastModified()
lastModified
in interface DataSource
lastModified
in class AbstractDataSource
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |