|   | 
 ANSI Common Lisp    21 Streams    21.2 Dictionary of Streams
 
| 21.2.57  end-of-file | 
Condition Type | 
  
 - Class Precedence List:
 - 
end-of-file,
stream-error,
error,
serious-condition,
condition,
t
  - Description:
 - 
The type end-of-file consists of
error conditions related to read operations that are done on
streams that have no more data.
  - See Also:
 - 
stream-error-stream
  - Allegro CL Implementation Details:
 - 
 None.
   
 |