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)
| 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 |