int i = Integer.parseInt(new String(ab));
int i = Integer.MAX_VALUE - 100;byte[] ab = String.valueOf(i).getBytes();