|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.plugin.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 ReaderPlugin
public ReaderPlugin setEOF()
setEOF
in interface ReaderPlugin
public java.io.InputStream getInputStream()
getInputStream
in interface ReaderPlugin
public 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 |