PathEngine home | previous: | next: |
Saves this object to persistent storage.
void save(const char* format, iOutputStream& outputStream) const; |
format |
A C string specifying the format in which data should be output.
Currently this can be "xml" or "tok" (lower case). This format string pointer is not retained after the call and can subsequently be safely deleted. | ||
outputStream | Data will be saved to this output stream. |
void save(string format, OutputStream outputStream); |
void save(String format, OutputStream outputStream); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |