コード例 #1
0
 private static long[] readHash(String fileName) throws SMatchException {
   try {
     return (long[]) MiscUtils.readObject(fileName);
   } catch (DISIException e) {
     throw new SMatchException(e.getMessage(), e);
   }
 }