lispdoc - results for stream-write-string |
(trivial-gray-streams:stream-write-string stream string &optional start end) | Function: This is used by WRITE-STRING. It writes the string to the stream, optionally delimited by start and end, which default to 0 and NIL. The string argument is returned. The default method provided by FUNDAMENTAL-CHARACTER-OUTPUT-STREAM uses repeated calls to STREAM-WRITE-CHAR.
|
(trivial-gray-streams:stream-write-char stream character) | Function: Write CHARACTER to STREAM and return CHARACTER. Every subclass of FUNDAMENTAL-CHARACTER-OUTPUT-STREAM must have a method defined for this function.
|
(trivial-gray-streams:stream-write-byte stream integer) | Function: Implements WRITE-BYTE; writes the integer to the stream and returns the integer as the result.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |