Check if mimeType is subclass of parent.
The preferable mime type for data.
The preferable mime type for fileName.
The list of the most preferred mime types for data. If its length is greater than 1 it means there are many mime type with same priority matching this data.
The list of the most preferred mime types for fileName. If its length is greater than 1 it means there are many mime type with same priority matching this fileName.
Get real name of mime type by alias.
Interface for classes that detect mime type name from file name or data.
This interface is designed to know nothing about mime.type.MimeType, it deals only with mime type names. Implemented classes are not expected to be 'smart' (i.e. they should not do anything besides what required). See notes for member functions.