File::BytesAvailable

File::BytesAvailable
virtual int BytesAvailable() = 0;
Description

BytesAvailable returns the number of bytes available to read from a stream without blocking. For a file, this should generally be number of bytes till the end.

Return Value

An int value containing the bytes available.