There is no license information available for the latest version (1.0.0) of this package.

A collection of codecs for encoding and decoding data.

1.0.0 2014-08-14 19:28 UTC

This package is auto-updated.

Last update: 2024-04-11 03:33:07 UTC


README

A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both and implement the Codec interface.

Codecs and encoders list

The following codecs and encoders are available.

  • Base64CodecBase64 encoding.
  • CodecList – Applies a list of codecs in series.
  • NewlineEncoder – Converts line endings.
  • OpenSslCodecOpenSSL encryption.
  • Rot13CodecRot13 encoding.
  • TransparentCodec – No encoding.