de.spieleck.app.jacson
Interface JacsonChunkSource
- All Superinterfaces:
- JacsonReporting, JacsonStately
- All Known Subinterfaces:
- GenericJacsonChunkSource, JacsonPlainChunkSource
- All Known Implementing Classes:
- ChunkSourceBase, GenericChunkSourceBase, GenericLineChunkSource
- public interface JacsonChunkSource
- extends JacsonStately, JacsonReporting
Something where chunks come from.
- Author:
- fsn
Method Summary |
java.lang.String |
message()
|
java.lang.String |
nextChunk()
Deliver a sequence of chunks (that is Strings). |
nextChunk
public java.lang.String nextChunk()
throws JacsonException
- Deliver a sequence of chunks (that is Strings).
- Returns:
- The next String if available, null if sequence is finished.
- Throws:
JacsonException
message
public java.lang.String message()
Copyleft 2002 spieleck.de.