不是很明白。
readint()??
如果是read()的话
int c;
int i = 0;
byte[] ss = new byte[in.availble())];
while ((c=in.read()) != -1){
  ss[i] = (byte)c;
  i++;
}