![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The Base64 state class.
The Base64State class is the base class of the Base64Encoder and Base64Decoder class to accomplish sequential Base64Encoder::Encode or Base64Decoder::Decode calls.
State enumeration.
Murl.Util.Base64State.STEP_A | Process bit 0 .. 5 |
Murl.Util.Base64State.STEP_B | Process bit 6 .. 11 |
Murl.Util.Base64State.STEP_C | Process bit 12 .. 17 |
Murl.Util.Base64State.STEP_D | Process bit 18 .. 23 |
The default constructor.
Murl.Util.Base64State new()
The current state.
The current character.