| Package | Description |
|---|---|
| javax.activation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MimeType.match(String
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
A routine for parsing the parameter list out of a String.
|
void |
MimeType.setPrimaryType(String
Set the primary type for this object to the given String.
|
void |
MimeType.setSubType(String
Set the subtype for this object to the given String.
|
| Constructor and Description | |
|---|---|
MimeType(String
Constructor that builds a MimeType from a String.
|
|
MimeType(String
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
|
|
MimeTypeParameterList(String
Constructs a new MimeTypeParameterList with the passed in data.
|