| PathEngine home | previous: | next: |
Constructs an iSourceTiling object from a data buffer previously saved out by
iSourceTiling* loadSourceTiling(const char* format, const char* dataBuffer, tUnsigned32 bufferSize); |
| format |
A C string specifying the format of the data in the buffer.
Currently this can be "xml" or "tok" (lower case). The format string pointer is not retained after the call and can subsequently be safely deleted. | ||
| dataBuffer | A byte buffer. This buffer is not retained after the call and can subsequently be safely deleted. | ||
| bufferSize | The size of the buffer pointed to by dataBuffer, in bytes. |
The created
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |