MCPcopy Create free account
hub / github.com/PCGen/pcgen / encodeWrite

Method encodeWrite

code/src/java/pcgen/io/FileAccess.java:94–97  ·  view source on GitHub ↗

Write, but with encoding @param output @param aString

(Writer output, String aString)

Source from the content-addressed store, hash-verified

92 * @param aString
93 */
94 public static void encodeWrite(Writer output, String aString)
95 {
96 write(output, filterString(aString));
97 }
98
99 /**
100 * Set the max length

Callers 1

replaceTokenMethod · 0.95

Calls 2

writeMethod · 0.95
filterStringMethod · 0.95

Tested by

no test coverage detected