|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.plugin.DefaultReader
public abstract class DefaultReader
An default reader plugin. Takes an IndexItem and writes the bytes to the input stream.
| Constructor Summary | |
|---|---|
DefaultReader()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
Get the InputStream for the InputPlugin. |
boolean |
isEOF()
Determine if the reader has hit EOF. |
ReaderPlugin |
setEOF()
The reader has hit EOF. |
ReaderPlugin |
setInputStream(java.io.InputStream inStream)
Set the InputStream for the InputPlugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.timeindexing.plugin.ReaderPlugin |
|---|
read |
| Constructor Detail |
|---|
public DefaultReader()
| Method Detail |
|---|
public boolean isEOF()
isEOF in interface ReaderPluginpublic ReaderPlugin setEOF()
setEOF in interface ReaderPluginpublic java.io.InputStream getInputStream()
getInputStream in interface ReaderPluginpublic ReaderPlugin setInputStream(java.io.InputStream inStream)
setInputStream in interface ReaderPlugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||