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

Method read

code/src/java/pcgen/io/IOHandler.java:53–56  ·  view source on GitHub ↗

Fills the contents of the given graph from a file. author: Thomas Behr 11-03-02 @param aPC the PlayerCharacter to store the read data @param path the name of the input file, i.e. the file to be read

(PlayerCharacter aPC, String path)

Source from the content-addressed store, hash-verified

51 * @param path the name of the input file, i.e. the file to be read
52 */
53 public final void read(PlayerCharacter aPC, String path)
54 {
55 internalRead(aPC, path, true);
56 }
57
58 /**
59 * Reads a player character from a character (PCG) file suitable for

Callers 6

internalReadMethod · 0.95
testThumbMethod · 0.45
testThumbScalingMethod · 0.45
generateThumbMethod · 0.45
setTextMethod · 0.45
setPortraitMethod · 0.45

Calls 1

internalReadMethod · 0.95

Tested by 2

testThumbMethod · 0.36
testThumbScalingMethod · 0.36