Contents

Stream.Status.atEnd

There is no more data to read, or no more data can be written to the stream. When this status is returned, the stream is in a “non-blocking” mode and no data are available.

Declaration

case atEnd

See Also

Enumeration Cases