lispdoc - results for stream-error |
stream-error | Undocumented
|
| Mentioned in: CLtL2 - 29.5. Predefined Condition Types HyperSpec - Condition Type STREAM-ERROR | |
(stream-error-stream condition) | Function: Return the offending thread that the THREAD-ERROR pertains to.
|
| Mentioned in: CLtL2 - 29.5. Predefined Condition Types HyperSpec - Function STREAM-ERROR-STREAM | |
flexi-streams:flexi-stream-error | Type: Superclass for all errors related to flexi streams.
Structure: Superclass for all errors related to flexi streams. |
usocket:invalid-socket-stream-error | Undocumented
|
flexi-streams:in-memory-stream-error | Type: Superclass for all errors related to IN-MEMORY streams.
Structure: Superclass for all errors related to IN-MEMORY streams. |
(trivial-gray-streams:stream-listen stream) | Function: This is used by LISTEN. It returns true or false. The default method uses STREAM-READ-CHAR-NO-HANG and STREAM-UNREAD-CHAR. Most streams should define their own method since it will usually be trivial and will always be more efficient than the default method.
|
(trivial-gray-streams:stream-terpri stream) | Function: Writes an end of line, as for TERPRI. Returns NIL. The default method does (STREAM-WRITE-CHAR stream #NEWLINE).
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |