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

Method getFilesPath

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

获取压缩文件中的文件路径链表 @param zipFilePath 压缩文件路径 @return 压缩文件中的文件路径链表 @throws IOException IO错误时抛出

(String zipFilePath)

Source from the content-addressed store, hash-verified

597 * IO错误时抛出
598 */
599 public static List<String> getFilesPath(String zipFilePath)
600 throws IOException {
601 return getFilesPath(ToolFile.getFileByPath(zipFilePath));
602 }
603
604 /**
605 * 获取压缩文件中的文件路径链表

Callers

nothing calls this directly

Calls 3

getFileByPathMethod · 0.95
getEntriesMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected