| Package | Description |
|---|---|
| com.helger.commons.mime |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
MimeType.addParameter(MimeTypeParameter aParameter)
Add a parameter.
|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
EMimeContentType.buildMimeType(String sContentSubType)
Build a new
MimeType based on this MIME content type and the
provided sub type. |
MimeType |
MimeType.getClone() |
MimeType |
MimeType.getCopyWithoutParameters() |
static MimeType |
MimeTypeParser.parseMimeType(String sMimeType)
Try to convert the string representation of a MIME type to an object.
|
static MimeType |
MimeTypeParser.parseMimeType(String sMimeType,
EMimeQuoting eQuotingAlgorithm)
Try to convert the string representation of a MIME type to an object.
|
static MimeType |
MimeTypeParser.safeParseMimeType(String sMimeType)
Try to convert the string representation of a MIME type to an object.
|
static MimeType |
MimeTypeParser.safeParseMimeType(String sMimeType,
EMimeQuoting eQuotingAlgorithm)
Try to convert the string representation of a MIME type to an object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MimeType.compareTo(MimeType o) |
Copyright © 2014–2015 Philip Helger. All rights reserved.