|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |
请参见:
描述
接口摘要 | |
---|---|
CodecEmbedder<E> | A helper that wraps an encoder or a decoder (codec) so that they can be used without doing actual I/O in unit tests or higher level codecs. |
类摘要 | |
---|---|
DecoderEmbedder<E> | A helper that wraps a decoder so that it can be used without doing actual I/O in unit tests or higher level codecs. |
EncoderEmbedder<E> | A helper that wraps an encoder so that it can be used without doing actual I/O in unit tests or higher level codecs. |
异常摘要 | |
---|---|
CodecEmbedderException | A RuntimeException which is thrown when a CodecEmbedder
failed to encode or decode the specified input. |
A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs.
|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |