软件包 | 描述 |
---|---|
javax.activation |
Modifier and Type | Method and Description |
---|---|
boolean |
MimeType.match(String rawdata)
确定主的子对象类型是描述数据的内容类型相同。
|
protected void |
MimeTypeParameterList.parse(String parameterList)
一个用于解析字符串的参数列表的例程。
|
void |
MimeType.setPrimaryType(String primary)
将此对象的主要类型设置为给定的字符串。
|
void |
MimeType.setSubType(String sub)
为该对象设置该对象的子类型为给定的字符串。
|
Constructor and Description |
---|
MimeType(String rawdata)
构造函数建立一个MimeType从一个字符串。
|
MimeType(String primary, String sub)
构造函数建立一个MimeType的主要亚型但有一个空的参数列表。
|
MimeTypeParameterList(String parameterList)
构建和传递数据的一种新的mimetypeparameterlist。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.