* tbel: added new parseBinaryArrayToInt fix bug: parseLongToBinaryArray: Writes the bit value to the appropriate location in the bins array, starting at the end of the array, to ensure proper alignment (highest bit to low end). * tbel: refactoring parseBinaryArrayToInt_Test. * tbel: refactoring arseByteToBinaryArray add Endian * tbel: added new hexToBase64