|
MapGuide API Reference
|
| MgByteReader::MgByteReader | ( | CREFSTRING | contents, |
| CREFSTRING | mimeType | ||
| ) |
Creates a byte reader from a string.
| MgByteReader(string content, string mimeType); |
| MgByteReader(String content, String mimeType); |
| MgByteReader(string content, string mimeType); |
| contents | (string/String/string) String contents for byte reader. |
| mimeType | (string/String/string) Mime type for content. |