CodeDecodeStrategy
Description
Decode strategy.
namespace CodeDecodeStrategy
{
enum Type
{
Fast,
Moderate,
Exhaustive
};
}
Decode strategy.
namespace CodeDecodeStrategy
{
enum Type
{
Fast,
Moderate,
Exhaustive
};
}