Example usage for Java android.webkit MimeTypeMap fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getExtensionFromMimeType(String mimeType) Return the registered extension for the given MIME type. |
String | getFileExtensionFromUrl(String url) Returns the file extension or an empty string if there is no extension. |
String | getMimeTypeFromExtension(String extension) Return the MIME type for the given extension. |
MimeTypeMap | getSingleton() Get the singleton instance of MimeTypeMap. |