type = mime_type; extension = file_ext;
return extension;
return type;
return "MIMETypeEntry: " + type + ", " + extension;