Next Previous Up Top Contents Index

5.11 The STREAMS module

<end-of-stream-error>

Error

Summary

Error type signaled on reaching the end of an input stream.

Superclasses

<error>

Init-keywords

stream:
An instance of <stream>.

Library

io

Module

streams

Description

Signalled when one of the read functions reaches the end of an input stream. It is a subclass of <error>.

The stream: init-keyword has the value of the stream that caused the error to be signaled. Its accessor is end-of-stream-error-stream.

Operations

None.

See also

<file-does-not-exist-error>, page 68

<file-error>, page 68

<file-exists-error>, page 69

<incomplete-read-error>, page 71

<invalid-file-permissions-error>, page 73


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index