Example #1
0
 /* Read record header. This updatesleftFile BEYOND the data that
    follows the header, ie beyond the entire record. You should use
    leftRec to orient yourself inside the record itself.
 */
 void getRecHeader() { getRecHeader(mRecordFlags); }
Example #2
0
 /* Read record header. This updatesleftFile BEYOND the data that
    follows the header, ie beyond the entire record. You should use
    leftRec to orient yourself inside the record itself.
 */
 void getRecHeader() { uint32_t u; getRecHeader(u); }