Next: Random-states, Previous: Pathnames, Up: Standards
Streams are printed in the following formats.
#<input stream file-name>#<output stream file-name>#<string-input stream from string>(make-string-input-stream
string ).
#<a string-output stream>make-string-output-stream.
#<a two-way stream>make-two-way-stream.
#<an echo stream>make-echo-stream.
#<synonym stream to symbol>(make-synonym-stream symbol ).
#<a concatenated stream>make-concatenated-stream.
#<a broadcast stream>make-broadcast-stream.