Returns a guess of the content type for the specified input stream object.
Syntax
guessContentTypeFromStream( inputstream )
inputstream.guessContentTypeFromStream( )
Parameters
inputstream
|
the input stream object to use.
|
Returns
Example
contentType = istream.guessContentTypeFromStream( )
|