/**
  * 停止下载任务
  *
  * @param
  */
 public void stop() {
   mFileEntityHandler.setStop(true);
 }