363738394041424344
* * @throws IOException */ public boolean rename(String src, String dst) throws IOException { renameDao rename = new renameImpl(); return rename.rename(getConf(), src, dst); }