Gobo Eiffel Kernel Library
Copyright (c) 1999, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/02/07 16:21:59 $
$Revision: 1.6 $
[020502] Use descendants of KI_OUTPUT_STREAM instead.
-- Create a new file object with a_filename as
-- file name and try to open it in write-only mode.
-- is_open_write (Result) is set to True
-- if operation was successful.
-- Routines that ought to be in class ANY
-- (From KL_IMPORTED_ANY_ROUTINES)
-- Routines that ought to be in class OUTPUT_STREAM
-- (From KL_IMPORTED_OUTPUT_STREAM_ROUTINES)
-- Is a_stream closed?
-- Is a_stream open in write mode?
-- Close a_stream if it is closable,
-- let it open otherwise.
-- Flush data of a_stream to disk.
-- (From KL_IMPORTED_OUTPUT_STREAM_ROUTINES)
Routines that ought to be in class OUTPUT_STREAM