Searched refs:recordSignature (Results 1 – 2 of 2) sorted by relevance
139 int recordSignature = buf.getInt(); in getRecord() local140 if (recordSignature != RECORD_SIGNATURE) { in getRecord()143 + Long.toHexString(recordSignature & 0xffffffffL)); in getRecord()
169 int recordSignature = header.getInt(); in getRecord() local170 if (recordSignature != RECORD_SIGNATURE) { in getRecord()173 + Long.toHexString(recordSignature & 0xffffffffL)); in getRecord()