这样写入有问题吗?
 ch 是 char 类型
for I:=0 to 255 do
  BlockWrite(rFile,ch,sizeof(ch),intSize);
//每次写入 intSize 返回1文件写完后就变成 32768个字节了,怎么回事儿?