-
-
-
Methods in javax.activation that throw MimeTypeParseException
Modifier and Type |
Method |
Description |
boolean |
MimeType.match(String rawdata) |
Determine if the primary and sub type of this object is
the same as the content type described in rawdata.
|
protected void |
MimeTypeParameterList.parse(String parameterList) |
A routine for parsing the parameter list out of a String.
|
void |
MimeType.setPrimaryType(String primary) |
Set the primary type for this object to the given String.
|
void |
MimeType.setSubType(String sub) |
Set the subtype for this object to the given String.
|