Searched refs:VERSION_START_OFFSET (Results 1 – 1 of 1) sorted by relevance
164 final int VERSION_START_OFFSET = 4; in process() local173 final int version = ((tmpBuffer[VERSION_START_OFFSET] & 0xFF) << 8) in process()174 + (tmpBuffer[VERSION_START_OFFSET + 1] & 0xFF); in process()