class
	ENCODING_HELPER

General
	cluster: encoding
	description: "Helper routines for encoding conversion."

Ancestors
	ANY

Queries
	Is_little_endian: BOOLEAN
	multi_byte_to_pointer (a_string: READABLE_STRING_8): MANAGED_POINTER
	pointer_to_multi_byte (a_multi_string: POINTER; a_count: INTEGER_32): STRING_8
	pointer_to_string_32 (a_w_string: POINTER; a_count: INTEGER_32): STRING_32
	pointer_to_wide_string (a_w_string: POINTER; a_count: INTEGER_32): STRING_32
	string_16_switch_endian (a_str: STRING_32): STRING_32
	string_16_to_stream (a_string: STRING_32): STRING_8
	string_32_switch_endian (a_str: STRING_32): STRING_32
	string_32_to_multi_byte (a_string: STRING_32): STRING_8
	string_8_to_wide_string (a_w_string: STRING_8): STRING_32
	string_general_to_stream (a_string: READABLE_STRING_GENERAL): STRING_8
	wide_string_to_pointer (a_string: READABLE_STRING_32): MANAGED_POINTER


Generated by ISE EiffelStudio