Static Public Member Functions |
static function | IntToStrFill (int_val, num_digits) |
static function | EncodeIntegerInStr (int_val, str_len, encode_chars=null) |
static function | DecodeIntegerFromStr (str, encode_chars=null) |
static function | StoreInStationName (station_id, str, encode_chars=null) |
static function | ReadStrFromStationName (station_id) |
static function | StoreInVehicleName (vehicle_id, str, encode_chars=null) |
static function | ReadStrFromVehicleName (vehicle_id) |
static function | StoreInObjectName (obj_id, obj_api_class, str, encode_chars=null) |
static function | ReadStrFromObjectName (obj_id, obj_api_class) |
Static Public Attributes |
static | SMILEY_ENCODE_CHARS = ":)D|(/spOo3SP><{};[]$012456789abcdefghijklmnqrtuvwxyzABCEFGHIJKLMNQRTUVWXYZ?&;#=@!\\%" |
static | PLAIN_ENCODE_CHARS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ{};[]$?&<>;/()|#:=@!\\%" |
static | HEX_ENCODE_CHARS = "0123456789abcdef" |
static | BIN_ENCODE_CHARS = "01" |
The documentation for this class was generated from the following file: