Retrieves the MIME type of the resource pointed by uri
.
In the event the URI cannot be found, null is returned and throws is set to URI_NOT_FOUND. In the event that the MIME type cannot be found, null is returned and throws is set to INVALID_VALUE.
this | |
uri |
a valid URI |
a newly allocated string or null if the specified URI cannot be found. |