MapGuide API Reference
|
Represents a source of byte data with a specific content type. More...
Public Member Functions | |
STRING | GetMimeType () |
Gets the mime type of the data in this reader. See MgMimeType for list of supported mime types. | |
MgByteReader * | GetReader () |
Gets a reader for this byte source. | |
MgByteSource (CREFSTRING file) | |
Construct a MgByteSource object from the specific file. | |
MgByteSource (BYTE_ARRAY_IN buffer, INT32 length) | |
Construct a MgByteSource object from an array of bytes. | |
void | SetMimeType (CREFSTRING mimeType) |
Represents a source of byte data with a specific content type.