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

Method getEntries

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

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

(String zipFilePath)

Source from the content-addressed store, hash-verified

678 * IO错误时抛出
679 */
680 public static Enumeration<?> getEntries(String zipFilePath)
681 throws IOException {
682 return getEntries(ToolFile.getFileByPath(zipFilePath));
683 }
684
685 /**
686 * 获取压缩文件中的文件对象

Callers 2

getFilesPathMethod · 0.95
getCommentsMethod · 0.95

Calls 1

getFileByPathMethod · 0.95

Tested by

no test coverage detected