public final class MIMEType extends MetadataContainer
Represents MIME type metadata. See https://en.wikipedia.org/wiki/Media_type.
Constructor and Description |
---|
MIMEType()
Initializes a new instance of the
MIMEType class. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets the MIME type.
|
getKeys
getByType, getMetadataType, readByStringKey
public final String getValue()
Gets the MIME type.
Value: MIME type value.Copyright © 2017. All rights reserved.