int intFrom64BitsStream(Iterator<int> iterator) { return bytesToInt(iterator.extractBytesAndAdvance(8), Endian.big); }