Interface | Description |
---|---|
ResultListener |
The listener interface for being informed when new results are generated.
|
ResultProducer |
Some API-elements shared by components which are able to produce
Result s. |
Class | Description |
---|---|
AbstractDecoder |
An abstract decoder which implements all functionality which is independent of the used decoding-paradigm (pull/push).
|
Decoder |
The primary decoder class
|
FrameDecoder |
A decoder which does not use the common pull-principle of S4 but processes only one single frame on each call of
decode() . |