I have following problem:
I want to convert some Binary Strings to an integer:
eargb = Integer.parseInt(al + re + gre + blu, 2);
but I get following exception. Why?
java.lang.NumberFormatException: For input string: "11111111111000101000100111111010"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…