Class MimeType

java.lang.Object
com.helger.commons.mime.MimeType
All Implemented Interfaces:
IComparable<MimeType>, ICloneable<IMimeType>, IMimeType, Comparable<MimeType>

@NotThreadSafe public class MimeType extends Object implements IMimeType, IComparable<MimeType>
Represents a single MIME type as the combination of the content type and the sub-type and parameters.
Author:
Philip Helger