|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopoint.template.AbstractDataSource
echopoint.template.ReaderDataSource
A ReaderDataSource
implements a DataSource
for a java.io.Reader.
Field Summary |
Fields inherited from class echopoint.template.AbstractDataSource |
DEFAULT_ENCODING |
Constructor Summary | |
ReaderDataSource(java.io.Reader r)
Creates a ReaderDataSource without an specific 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 Reader 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 ReaderDataSource(java.io.Reader r)
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |