LongBinaryStream REALbasic Plugin

LongBinaryStream.EOF Method

This function will return true when the end of the file has been reached when reading from a file.

EOF() as Boolean

Parameters

Returns

Boolean
Returns true if the end of the file has been reached.

Remarks

See Also

LongBinaryStream Class