The generic function stream-write-string
is used by write-string
to write string to stream . The string can, optionally, be delimited by start and end .
The default method provided by fundamental-character-output-stream
uses repeated calls to stream-write-char
.