|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.template.AbstractDataSource
echopoint.template.ReaderDataSource
public class 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 DataSourcegetCanonicalName in class AbstractDataSource
public java.io.Reader getInputReader()
throws java.io.IOException
getInputReader in interface DataSourcegetInputReader in class AbstractDataSourcejava.io.IOExceptionpublic long lastModified()
lastModified in interface DataSourcelastModified in class AbstractDataSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||