vivastreet/codecs

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (2.0.1) of this package.

A collection of codecs for encoding and decoding data.

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

A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both. Codecs inherit from 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.