Skip to content

Latest commit

 

History

History

coders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Coders

This directory contains implementations of encoders and decoders. All encoders derive from a commonn Encoder class, and all decoders from a common Decoder class.

To add a new encoder/decoder, implement a class that derives from Encoder/Decoder.