Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgByteReader
GetLength
GetMimeType
IsRewindable
MgByteReader
MgByteReader
MgByteReader
MgByteSink
MgByteSource
Read
Rewind
ToFile
ToString
STRING
MgByteReader::GetMimeType
(
)
Gets the mime type of the data in this reader. See
MgMimeType
for list of possible mime types.
.NET Syntax
string
GetMimeType()
;
Java Syntax
String
GetMimeType()
;
PHP Syntax
string
GetMimeType()
;
Returns:
string representing the type, for example text/xml
Comments or suggestions? Send us
feedback
.