Exemple #1
0
 public static String readCatch(final File file) {
   try {
     return DiscUtil.read(file);
   } catch (final IOException e) {
     return null;
   }
 }