- indexing
- title: "Byte output stream"
- project: "Eiffel Kernel Library: input and output"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: kernel
deferred class BYTE_OUTPUT_STREAM
- feature -- Status report
-
is_open: BOOLEAN
-
-
-- May write to stream?
end -- class BYTE_OUTPUT_STREAM