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

Method write

code/src/java/pcgen/io/ExportHandler.java:196–196  ·  view source on GitHub ↗

Exports the contents of the given PlayerCharacter to a Writer according to the handler's template author: Thomas Behr 12-04-02 @param aPC the PlayerCharacter to write @param out the Writer to be written to @throws ExportException If the export fails.

(PlayerCharacter aPC, BufferedWriter out)

Source from the content-addressed store, hash-verified

194 * @throws ExportException If the export fails.
195 */
196 public abstract void write(PlayerCharacter aPC, BufferedWriter out) throws ExportException;
197
198 /**
199 * Exports a PlayerCharacter-Party to a Writer

Callers 1

evaluatePartyTokenMethod · 0.95

Calls 10

writeMethod · 0.95
newLineMethod · 0.95
processPipedLineMethod · 0.95
errorPrintMethod · 0.95
getNameMethod · 0.65
lastIndexOfMethod · 0.65
toArrayMethod · 0.45
replaceAllMethod · 0.45
appendMethod · 0.45

Tested by 1

evaluatePartyTokenMethod · 0.76