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

Method appendBirthdayLine

code/src/java/pcgen/io/PCGVer2Creator.java:644–649  ·  view source on GitHub ↗
(StringBuilder buffer)

Source from the content-addressed store, hash-verified

642 }
643
644 private void appendBirthdayLine(StringBuilder buffer)
645 {
646 buffer.append(IOConstants.TAG_BIRTHDAY).append(':');
647 buffer.append(EntityEncoder.encode(charDisplay.getSafeStringFor(PCStringKey.BIRTHDAY)));
648 buffer.append(IOConstants.LINE_SEP);
649 }
650
651 private void appendBirthplaceLine(StringBuilder buffer)
652 {

Callers 1

createPCGStringMethod · 0.95

Calls 3

encodeMethod · 0.95
appendMethod · 0.45
getSafeStringForMethod · 0.45

Tested by

no test coverage detected