Next Previous Up Top Contents Index

5.11 The STREAMS module

<incomplete-read-error>

Error

Summary

Error type signaled on encountering the end of a stream before reading the required number of elements.

Superclasses

<end-of-stream-error>

Init-keywords

sequence:
An instance of <sequence>.

count:
An instance of <integer>.

Library

io

Module

streams

Description

This error is signaled when input functions are reading a required number of elements, but the end of the stream is read before completing the required read.

The sequence: init-keyword contains the input that was read before reaching the end of the stream. Its accessor is incomplete-read-error-sequence.

The count: init-keyword contains the number of elements that were requested to be read. Its accessor is incomplete-read-error-count.

Operations

None.

See also

<end-of-stream-error>, page 67

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

<file-error>, page 68

<file-exists-error>, page 69

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


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index