在IOUtiletest2时输出结果好多字节多出来0fffffff
byte类型8位 int类型23位 为避免数据转换错误 用&0xff将高24位清零
Integer.toHexString(buf[i] & 0xff)