class
	WEL_RICH_EDIT_FILE_SAVER

General
	cluster: wel
	description: 
		"This class allows to save in a file the contents of a
		rich edit control.
		
		Note: Do not use more than one instance of this class at the same
		time. Nested streams are not supported."
	create: make

Ancestors
	WEL_RICH_EDIT_STREAM_OUT*

Queries
	buffer: MANAGED_POINTER
	error: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_RICH_EDIT_FILE_SAVER): 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_FILE_SAVER)
	dispose
	init_action
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	release_stream
	set_error (an_error: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared

Constraints
	file not void
	not is unicode data