Constructor based on existing MIME cache objects.
Constructor based on MIME paths. It automatically load mime.cache files from given paths.
Get mime.cache.MimeCache objects.
The preferable mime type for fileName.
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.
The preferable mime type for data.
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.
Get real name of mime type by alias.
Check if mimeType is subclass of parent.
Implementation of mime.detector.IMimeDetector interface using mmappable mime.cache files.