Gobo Eiffel Kernel Library
Copyright (c) 2001-2004, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:05:05 $
$Revision: 1.16 $
-- Create a new character buffer being able
-- to contain n characters.
-- (From KI_CHARACTER_BUFFER)
-- Create a new character buffer with
-- characters from a_string.
-- (The newly created buffer and a_string
-- may not share internal representation.)
-- (From KI_CHARACTER_BUFFER)
-- Routines that ought to be in class ANY
-- (From KL_IMPORTED_ANY_ROUTINES)
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- New string made up of characters held in
-- buffer between indexes s and e
-- (From KI_CHARACTER_BUFFER)
-- Append string made up of characters held in buffer
-- between indexes s and e to a_string.
-- (From KI_CHARACTER_BUFFER)
-- Fill buffer, starting at position pos, with
-- at most nb characters read from a_stream.
-- Return the number of characters actually read.
-- (From KI_BUFFER)
-- Copy characters of a_string to buffer
-- starting at position pos.
-- (From KI_CHARACTER_BUFFER)
-- 'SPECIAL [CHARACTER]' version of current character buffer;
-- Characters are indexed starting at 1;
-- May return void in some descendants, and the result may share
-- the internal data with Current
-- (From KI_CHARACTER_BUFFER)
-- New string made up of characters held in buffer
-- (From KI_CHARACTER_BUFFER)
Character buffers