numArray[num3++] = ((((int) 0xff000000L) | (num5 << 0x10)) | (num6 << 8)) | num7;报错啦
 错误 1 常量值“4278190080”无法转换为“int”(使用“unchecked”语法重写) 怎么解决啊?