| 
    MapGuide API Reference
   
    
   
   | 
  
  
  
 
| MgByteReader::MgByteReader | ( | BYTE_ARRAY_IN | contents, | 
| INT32 | length, | ||
| CREFSTRING | mimeType | ||
| ) | 
Creates a byte reader from an array of bytes.
| MgByteReader(Byte[] content, string mimeType); | 
| MgByteReader(byte[] content, String mimeType); | 
| MgByteReader(string content, string mimeType); | 
| contents | (Byte[]/byte[]/string) Binary contents for byte reader. | 
| length | (int/int/int) Length of contents. | 
| mimeType | (string/String/string) Mime type for content. |