class
	BYTE_ARRAY

General
	cluster: brie_doom
	description: "Reference for array of bytes (NATURAL_8)"
	create: with_array

Ancestors
	BYTE_SEQUENCE*

Queries
	get alias "[]" (index: INTEGER_32): NATURAL_8
	item: ARRAY [NATURAL_8]
	valid_index (i: INTEGER_32): BOOLEAN

Commands
	with_array (ar: ARRAY [NATURAL_8])


Generated by ISE EiffelStudio