Gobo Eiffel Kernel Library
Copyright (c) 2001, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/02/07 16:21:58 $
$Revision: 1.12 $
-- 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)
-- Append string made up of characters held in buffer
-- between indexes s and e to a_string.
-- Fill buffer, starting at position pos, with
-- at most nb items read from a_stream.
-- Return the number of items actually read.
-- (From KI_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
Interface for character buffers