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

Method html

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

Reads in all characters from a file and writes them. Assumes native encoding. @param file the file to read. @return this writer.

(File file)

Source from the content-addressed store, hash-verified

484 * @return this writer.
485 */
486 public HTMLWriter html(File file)
487 {
488 return html(file, Charset.defaultCharset());
489 }
490
491 /**
492 * Reads in all characters from a file and writes them.

Callers 13

textMethod · 0.95
doctypeMethod · 0.95
startRenderMethod · 0.80
addFlagCompletionsMethod · 0.80
createCompletionMethod · 0.80

Calls 3

writePrettyIndentMethod · 0.95
writeReaderMethod · 0.95
writePrettyNewlineMethod · 0.95

Tested by

no test coverage detected