MapGuide API Reference
|
MgByteSink is a used to write the content of a MgByteReader object to a file. MgByteSink is, like MgByteReader, inherently read-only. More...
Public Member Functions | |
MgByteSink (MgByteReader *reader) | |
Construct a MgByteSink object from a source byte reader. | |
void | ToFile (CREFSTRING filename) |
Writes the content of the byte reader to a file. If the full contents of the reader cannot be written to the file then the file is deleted and an MgException is raised. |
MgByteSink is a used to write the content of a MgByteReader object to a file. MgByteSink is, like MgByteReader, inherently read-only.