6061626364656667
client.setKey(keys); } public ArrayList<String> readFile(File file) throws FileNotFoundException, IOException{ CommonFunctions common = new CommonFunctions(); return common.readFile(file); }