OEReadRecord
bool OEReadRecord(OERecord& record, OEPlatform::oeistream& ifs,
const std::string& fmt = "binary")
Reads an OERecord object from a stream, and returns true if successful. Records can be read from the stream until this function returns false.
- record
The record to be filled.
- ifs
The stream to read the record from.
- fmt
The format to read the record in. The default is “binary”. Other formats only used internally.