public class MimeTypeEntry
extends Object
Represents mapping between the file extension and the MIME type string.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
MimeTypeEntry
Create new MimeTypeEntry
- Parameters:
mime_type
- the MIME type string
file_ext
- the file extension
-
Method Details
-
getMIMEType
- Returns:
- the MIME type string
-
getFileExtension
public String getFileExtension()
- Returns:
- the file extension
-