de.spieleck.app.jacson.JacsonChunkSource
A source is responsible for providing a running Jacson with a sequence of chunks. This could be everything like reading lines or words from a file but also parsing XML or selecting from a database.
For more detailed information have a look at the JavaDoc of
the package
de.spieleck.app.jacson.source
LineChunkSource
MailSource
TailSource
OCRSource
Implementing own instances of JacsonChunkSource
is very
easy, you have to implement public String nextChunk()
return a String at a time and returning null to signal end of
input.