MCPcopy Create free account
hub / github.com/SeanDragon/protools / unrarFiles

Method unrarFiles

common/src/main/java/pro/tools/file/ToolZip.java:494–496  ·  view source on GitHub ↗

解压rar @param rarFiles 带解压压缩包列表 @param destDirPath 目标目录 @return 成功与否 @throws IOException IO错误抛出 @throws RarException IO错误抛出

(Collection<File> rarFiles, String destDirPath)

Source from the content-addressed store, hash-verified

492 * IO错误抛出
493 */
494 public static boolean unrarFiles(Collection<File> rarFiles, String destDirPath) throws IOException, RarException {
495 return unrarFiles(rarFiles, ToolFile.getFileByPath(destDirPath));
496 }
497
498 /**
499 * 解压rar

Callers

nothing calls this directly

Calls 2

getFileByPathMethod · 0.95
unrarFileMethod · 0.95

Tested by

no test coverage detected