read-header-from-file in editor<%>
Called to handle a named header that is found when reading editor data
from a stream. The return value is #t if there are no errors,
#f otherwise.
Override this method only to embellish the file format with new header information. Always call the inherited method if the derived reader does not recognize the header.
(-> booleansendan-editorread-header-from-filestreamname)
stream:editor-stream-in%object
name: stringSee also File Formats.