er.attachment.utils
Class ERGlobMimeType
java.lang.Object
er.attachment.utils.ERMimeType
er.attachment.utils.ERGlobMimeType
public class ERGlobMimeType
- extends ERMimeType
ERGlobMimeType represents an "image/*" style mime type.
- Author:
- mschrag
| Methods inherited from class er.attachment.utils.ERMimeType |
globMimeType, isAudio, isImage, isRepresentedByExtension, isVideo, matches, matchesExactly, mimeType, name, primaryExtension, subtype, toString, type |
ERGlobMimeType
public ERGlobMimeType(String _mimeType)
- Constructs an ERGlobMimeType.
- Parameters:
_mimeType - the glob mime type (i.e. image/*)
uti
public String uti()
- Description copied from class:
ERMimeType
- Returns the universal type identifier.
- Overrides:
uti in class ERMimeType
- Returns:
- the universal type identifier
extensions
public NSArray<String> extensions()
- Description copied from class:
ERMimeType
- Returns the list of extensions that map to this mime type.
- Overrides:
extensions in class ERMimeType
- Returns:
- the list of extensions that map to this mime type
Copyright © 2002 – 2011 Project Wonder.