body+="///Read the table "+name+" from given file\n";
body+="/**\t@param fileName : name of the HDF5 file to be used\n";
body+=" * \t@param offset : index of the first row the "+name+" class needs to load\n";
body+=" * \t@param nbRow : number of rows the "+name+" class needs to load (Will reallocate the "+name+" is the number of rows is greater than the number off already allocated rows)\n";
body+="///Read the table "+name+" from given file\n";
body+="/**\t@param file : HDF5 file to be used\n";
body+=" * \t@param offset : index of the first row the "+name+" class needs to load\n";
body+=" * \t@param nbRow : number of rows the "+name+" class needs to load (Will reallocate the "+name+" is the number of rows is greater than the number off already allocated rows)\n";
body+="///Read the table "+name+" from given group\n";
body+="/**\t@param group : HDF5 group to be used\n";
body+=" * \t@param offset : index of the first row the "+name+" class needs to load\n";
body+=" * \t@param nbRow : number of rows the "+name+" class needs to load (Will reallocate the "+name+" is the number of rows is greater than the number off already allocated rows)\n";
body+="///Read the given DataSet and fill the Table with it\n";
body+="/**\t@param dataset : dataset to be used\n";
body+=" * \t@param offset : index of the first row the "+name+" class needs to load\n";
body+=" * \t@param nbRow : number of rows the "+name+" class needs to load (Will reallocate the "+name+" is the number of rows is greater than the number off already allocated rows)\n";