append, put_integer and put_boolean are NOT redefined, %
%as they are defined entirely in terms of put_character %
%and put_string - template pattern. This is most probably %
%what descendants will want.
Gobo Eiffel Kernel Library
Copyright (c) 2005, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:05:06 $
$Revision: 1.3 $
-- Create a new proxy output stream.
-- Underlying stream
-- Can current output stream be closed?
-- (From KI_OUTPUT_STREAM)
-- Can characters be written to output stream?
-- (From KI_OUTPUT_STREAM)
-- Try to close output stream if it is closable. Set
-- is_open_write to false if operation was successful.
-- (From KI_OUTPUT_STREAM)
-- Flush buffered data to disk.
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Read items of an_input_stream until the end
-- of input is reached, and write these items to
-- current output stream.
-- (From KI_OUTPUT_STREAM)
-- Write "True" to output stream if
-- b is true, "False" otherwise.
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Write decimal representation
-- of i to output stream.
-- Regexp: 0|(-?[1-9][0-9]*)
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Write a_string to output stream.
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Write substring of a_string between indexes
-- s and e to output stream.
-- (From KI_CHARACTER_OUTPUT_STREAM)
Proxy character output streams