class
	JAVA_BYTE_ARRAY

General
	cluster: eiffel2java
	description: "Access to Java array of bytes. Bytes are represented as CHARACTER in Eiffel."
	create: make

Ancestors
	JAVA_ARRAY

Queries
	count: INTEGER
	item (index: INTEGER): CHARACTER
	Jni: JNI_ENVIRONMENT
	valid_index (index: INTEGER): BOOLEAN

Commands
	c_check_for_exceptions (lenv: POINTER)
	c_throw_custom_exception (lenv, jclass_id, msg: POINTER)
	c_throw_java_exception (lenv, jthrowable: POINTER)
	make (size: INTEGER)
	make_from_pointer (p: POINTER)
	put (litem: CHARACTER; index: INTEGER)