INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Defines the general notions of a stream in for the rich ", "edit control.", "note: Do not use more than one instance of this class ", " at the same time. Nested streams are not supported. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
deferred class WEL_RICH_EDIT_STREAM_IN
inherit

WEL_RICH_EDIT_STREAM
rename
make as rich_edit_stream_make
end
feature -- Access

buffer: STRING
feature -- Basic operations

read_buffer (length: INTEGER)
-- Set to `buffer' a string of `length' (or
-- less) characters.
require
positive_length: length >= 0
ensure
buffer_not_void: buffer /= void
valid_buffer_length: buffer.count <= length
end -- class WEL_RICH_EDIT_STREAM_IN

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES