| Allegro CL version 6.1 Moderately revised | |||||||||
Arguments: stream
In earlier releases, the symbol naming this function was
string-install-ef-methods. That symbol
is no longer exported. Use this new name instead.
This function is called for its side-effects. Its return value is unspecified. This function installs character handlers into the stream that are appropriate for string-streams, and also sets the external-format state slots to nil.
You must load the :iodefs module to use this
function. Do that by evaluating (require :iodefs). (It
is not an error to evaluate that form if the module is already
loaded.) This function is intended for implementing device-level
functionality and should not be used except for that purpose. See Simple-stream Description
in streams.htm for a description of the device-level.
See streams.htm for information on the simple-streams implementation in Allegro CL.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page has had moderate revisions.
Created 2001.12.15.
| Allegro CL version 6.1 Moderately revised | |||||||||