See: Description
| Interface | Description |
|---|---|
| DecoderCallback |
Callback interface for stateful decoder callbacks.
|
| DecoderFactory |
A factory for creating new StatefulDecoders.
|
| DecoderMonitor |
Monitors decoder activity.
|
| EncoderCallback |
Document me.
|
| EncoderFactory |
A factory for creating new StatefulEncoders.
|
| EncoderMonitor |
Document me.
|
| StatefulDecoder |
A decoder which decodes encoded data as it arrives in peices while
maintaining the state of the decode operation between the arrival of encoded
chunks.
|
| StatefulEncoder |
The StatefulEncoder interface.
|
| Class | Description |
|---|---|
| AbstractStatefulDecoder |
Convenience class to not have to reimplement the two setter methods everytime
one starts a new decoder.
|
| AbstractStatefulEncoder |
Convenience class to not have to reimplement the two setter methods everytime
one starts a new encoder.
|
| CallbackHistory |
A convenience callback which collects decoded or encoded objects to audit a
codecs's activity.
|
| DecoderMonitorAdapter |
A do nothing decoder monitor adapter.
|
| DecoderStack |
A stack of decoders used for the additive application of multiple decoders
forming a linear staged decoder pipeline.
|
| EncoderMonitorAdapter |
Document me.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.