Example #1
0
 /**
  * get book name of dictionary.
  *
  * @return Book name
  */
 public String getDictName() {
   return ifoFile.getStrBookname().replace("\r", "").trim();
 }