Murl Engine Lua Addon API  Version 1.0 beta
Murl.Util.Base64State

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.


Table members

Enumerations


Step

State enumeration.

Murl.Util.Base64State.STEP_AProcess bit 0 .. 5
Murl.Util.Base64State.STEP_BProcess bit 6 .. 11
Murl.Util.Base64State.STEP_CProcess bit 12 .. 17
Murl.Util.Base64State.STEP_DProcess bit 18 .. 23


Functions


Murl.Util.Base64State.new()

The default constructor.

Murl.Util.Base64State new()

Returns
Murl.Util.Base64State


Instance Members


mStep

The current state.

Returns
Murl.Util.Base64State.Step

mChar

The current character.

Returns
Char