MCPcopy Create free account
hub / github.com/MTrop/DoomTools / text

Method text

src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:570–573  ·  view source on GitHub ↗

Reads in all characters from a file and writes them, converting special characters to HTML entities when possible. Assumes native encoding. @param file the file to read. @return this writer.

(File file)

Source from the content-addressed store, hash-verified

568 * @return this writer.
569 */
570 public HTMLWriter text(File file)
571 {
572 return html(file, Charset.defaultCharset());
573 }
574
575 /**
576 * Reads in all characters from a file and writes them,

Callers 15

callMethod · 0.80
startTableOfContentsMethod · 0.80
startSectionMethod · 0.80
startFunctionMethod · 0.80
writeParameterUsageMethod · 0.80
writeParameterReturnMethod · 0.80
createCompletionMethod · 0.80
createCompletionMethod · 0.80
addFlagCompletionsMethod · 0.80

Calls 5

htmlMethod · 0.95
writePrettyIndentMethod · 0.95
writeReaderConvertedMethod · 0.95
writePrettyNewlineMethod · 0.95
writeConvertedMethod · 0.95

Tested by

no test coverage detected