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

Method getComments

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

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

(String zipFilePath)

Source from the content-addressed store, hash-verified

637 * IO错误时抛出
638 */
639 public static List<String> getComments(String zipFilePath)
640 throws IOException {
641 return getComments(ToolFile.getFileByPath(zipFilePath));
642 }
643
644 /**
645 * 获取压缩文件中的注释链表

Callers

nothing calls this directly

Calls 3

getFileByPathMethod · 0.95
getEntriesMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected