stream-at-end?

Checks to see if the stream is at the end of its contents.

It is a bit faster to supply a value to the on-end-of-stream: key for read or write than to use this function in a loop.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.

Values

at-end?An instance of <boolean>.
The streams-protocol module.
The streams module.
The superclass of all stream classes.
The class of boolean values.