Next: synonym-stream, Previous: file-stream, Up: Streams Dictionary
string-stream, stream, t
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.
make-string-input-stream , make-string-output-stream , with-input-from-string , with-output-to-string