getFileSize method

int getFileSize ()

获取文件大小

Implementation

int getFileSize(){
  return _fileSize;
}