vivastreet/codecs

该软件包已被弃用且不再维护。没有建议的替代软件包。
关于该软件包最新版本(2.0.1)的许可证信息不可用。

编码和解码数据的编解码器集合。

2.0.1 2014-08-22 20:07 UTC

This package is not auto-updated.

Last update: 2018-10-08 18:28:53 UTC


README

编码和解码数据的编解码器集合。编码器进行编码,解码器进行解码;编解码器同时进行编码和解码。编解码器继承自 Codec 接口。

编解码器和编码器列表

以下为可用的编解码器和编码器。

  • Base64CodecBase64 编码。
  • CodecList – 依次应用编解码器列表。
  • NewlineEncoder – 转换换行符。
  • OpenSslCodecOpenSSL 加密。
  • Rot13CodecRot13 编码。
  • TransparentCodec – 无编码。