MCPcopy Create free account
hub / github.com/OamMot/recommend / writeIntoFile

Method writeIntoFile

MovieRec/src/ZhiHu/FileReaderWriter.java:86–123  ·  view source on GitHub ↗

将指定字符串写入文件。如果给定的文件路径不存在,将新建文件后写入。 @param content 要写入文件的内容 @param filePath 文件路径的字符串表示形式,目录的层次分隔可以是“/”也可以是“\\” @param isAppend true:追加到文件的末尾,false:以覆盖原文件的方式写入

(String content, String filePath,
			boolean isAppend)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

runMethod · 0.95
getInfoMethod · 0.95
runMethod · 0.95
MyLoveMovieSonPanelMethod · 0.95
updateMethod · 0.95
actionPerformedMethod · 0.95
MovieSonPanelMethod · 0.95
updateMethod · 0.95
actionPerformedMethod · 0.95
ZhiHuPanelMethod · 0.95
updateMethod · 0.95
MyLoveProPanelMethod · 0.95

Calls 2

createNewFileMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected