Jacson

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).
 
Methods inherited from interface de.spieleck.app.jacson.JacsonStately
registerState
 
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting
registerReport, summary
 

Method Detail

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()

Spieleck

Copyleft 2002 spieleck.de.