CodeDecodeStrategy

Description

Decode strategy.

namespace CodeDecodeStrategy
{
	enum Type
	{
		Fast,
		Moderate,
		Exhaustive
	};
}