read-editor-global-header in Editors
(read-editor-global-header-> booleanin)
in:editor-stream-in%objectReads data from
into initialize for reading editors from the stream. The return value is#tif the read succeeds, or#fotherwise.One or more editors can be read from the stream by calling the editor's
read-from-filemethod. (The number of editors to be read must be known by the application beforehand.) When all editors are read, callread-editor-global-footer. Calls toread-editor-global-headerandread-editor-global-footermust bracket any call toread-from-file, and only one stream at a time can be read using these methods or written usingwrite-editor-global-headerandwrite-editor-global-footer.When reading from streams that span MrEd versions, use
read-editor-versionbefore this procedure.