Searched refs:midByte (Results 1 – 1 of 1) sorted by relevance
274 int midByte = in.readByte() & 255; in readEpochSec() local276 long tot = ((hiByte << 16) + (midByte << 8) + loByte); in readEpochSec()