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.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final String getValue()
Gets the MIME type.
Copyright © 2019. All rights reserved.