$Date: 2005/10/26 12:17:56 $
$Revision: 1.11 $
-- Create output to an existing string.
-- (From KL_STRING_OUTPUT_STREAM)
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Line separator
-- (From KI_TEXT_OUTPUT_STREAM)
-- String into which the output is stored
-- (From KL_STRING_OUTPUT_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)
-- Do nothing (operation does not apply to string).
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Put an integer (32 bits) to the stream in network byte order.
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Put an short integer (16 bits) to the stream in network byte order
-- Put a byte (8 bits) to the stream in network byte order.
-- Put a real to the stream.
-- Set string to a_string.
-- (From KL_STRING_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 a_string to output stream
-- followed by a line separator.
-- (From KI_TEXT_OUTPUT_STREAM)
-- Write a line separator to output stream.
-- (From KI_TEXT_OUTPUT_STREAM)
-- Write a_string to output stream.
-- Note: If a_string is a UC_STRING or descendant, then
-- write the bytes of its associated UTF unicode encoding.
-- (From KI_CHARACTER_OUTPUT_STREAM)
-- Write substring of a_string between indexes
-- s and e to output stream.
-- (From KI_CHARACTER_OUTPUT_STREAM)
The EM network serializer.