请指点,byte c[]=new byte[60];
   int n=0;
   while((n=bufferin.read(c))!=-1)
   {String temp=new String(c,0,n);
   out.print(temp);
   }
是什么意思的呢?给跟了