Esempio n. 1
0
 /**
  * Reads the contents of the specified file name
  *
  * @param FileName The location of the specified file.
  * @return Contents of the file.
  */
 protected final String read(String FileName) {
   return FileImp.read(FileName);
 }