Go to the first, previous, next, last section, table of contents.


string-stream [System Class]

Class Precedence List::

string-stream, stream, t

Description::

A string stream is a stream which reads input from or writes output to an associated string.

The stream element type of a string stream is always a subtype of type character.

See Also::

section make-string-input-stream [Function] , section make-string-output-stream [Function] , section with-input-from-string [Macro] , section with-output-to-string [Macro]


Go to the first, previous, next, last section, table of contents.