subType property

String subType
final

The subtype identifies the exact kind of data of the specified type the MIME type represents.

For example, for the MIME type text, the subtype might be plain (plain text), html (HTML source code), or calendar (for iCalendar/.ics) files.

Implementation

final String subType;