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.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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.