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 
Get MIME type string
- Returns:
- the MIME type string
-
getFileExtension 
public String getFileExtension()
Get the file extension
- Returns:
- the file extension
-