deferred class
	WEL_RICH_EDIT_STREAM_IN

General
	cluster: wel
	description: "Defines the general notions of a stream in for the rich edit control."

Ancestors
	WEL_RICH_EDIT_STREAM*

Queries
	buffer: MANAGED_POINTER
	error: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_RICH_EDIT_STREAM_IN): BOOLEAN
	is_unicode_data: BOOLEAN
	item: POINTER
	shared: BOOLEAN
	stream_result: INTEGER_32
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_RICH_EDIT_STREAM_IN)
	dispose
	finish_action
	init_action
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	read_buffer
	release_stream
	set_error (an_error: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared