Enumeration ReverseInterpretType

Enum representing the different ways of reverse interpretation.

Enumeration Members

CharacterByCharacter: 0

Encode and print each character individually

PreloadAndPrint: 1

List all the characters at the start, then print them by adjusting the pointer