- indexing
- title: "Streams that may be used as process output"
- 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 PROCESS_OUTPUT_STREAM
- inherit
-
BYTE_OUTPUT_STREAM
-
- undefine
- copy
- end
-
PROCESS_STREAM
- end
end -- class PROCESS_OUTPUT_STREAM