|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.PluginBase de.spieleck.app.jacson.source.ChunkSourceBase de.spieleck.app.jacson.source.LineChunkSource de.spieleck.app.jacson.source.GenericLineChunkSource
GenericLineChunkSource
This JacsonSource is a prove of concept for using GenericJacsonChunkSources.
$Id: GenericLineChunkSource.java 16 2005-09-28 18:46:52Z pcs $
Field Summary | |
static java.lang.String |
FILE_NODE
|
static java.lang.String |
UNGZIP_NODE
|
Fields inherited from class de.spieleck.app.jacson.source.LineChunkSource |
chunks, fileName, in |
Constructor Summary | |
GenericLineChunkSource()
Creates a new instance of GenericLineChunkSource |
Method Summary | |
void |
init(ConfigNode config)
|
Methods inherited from class de.spieleck.app.jacson.source.LineChunkSource |
message, nextChunk, setReader, setStream, setStream, summary, unwrapGZIP |
Methods inherited from class de.spieleck.app.jacson.PluginBase |
getRegReport, getRegState, registerReport, registerState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.spieleck.app.jacson.JacsonChunkSource |
message, nextChunk |
Methods inherited from interface de.spieleck.app.jacson.JacsonStately |
registerState |
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting |
registerReport, summary |
Field Detail |
public static final java.lang.String FILE_NODE
public static final java.lang.String UNGZIP_NODE
Constructor Detail |
public GenericLineChunkSource()
Method Detail |
public void init(ConfigNode config) throws JacsonConfigException
init
in interface GenericJacsonChunkSource
JacsonConfigException
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |