Java android.webkit MimeTypeMap fields, constructors, methods, implement or subclass

Example usage for Java android.webkit MimeTypeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit MimeTypeMap.

The text is from its open source code.

Method

StringgetExtensionFromMimeType(String mimeType)
Return the registered extension for the given MIME type.
StringgetFileExtensionFromUrl(String url)
Returns the file extension or an empty string if there is no extension.
StringgetMimeTypeFromExtension(String extension)
Return the MIME type for the given extension.
MimeTypeMapgetSingleton()
Get the singleton instance of MimeTypeMap.