Namespace: Rx – Class: IIoStreamReader – Header: Rx.Core/IIoStream.h

IIoStreamReader::IsEOF Method

C++
virtual bool IsEOF()

Query if the stream has reached the end of the stream/file.

Returns

bool

True if EOF has been reached, false if not.