Uses of Class
javax.activation.MimeTypeParseException
-
Packages that use MimeTypeParseException 软件包 描述 javax.activation -
-
Uses of MimeTypeParseException in javax.activation
Methods in javax.activation that throw MimeTypeParseException Modifier and Type 方法 描述 boolean
MimeType. match(String rawdata)
确定此对象的主要类型和子类型是否与rawdata中描述的内容类型相同。protected void
MimeTypeParameterList. parse(String parameterList)
用于从String解析参数列表的例程。void
MimeType. setPrimaryType(String primary)
将此对象的主要类型设置为给定的String。void
MimeType. setSubType(String sub)
将此对象的子类型设置为给定的String。Constructors in javax.activation that throw MimeTypeParseException Constructor 描述 MimeType(String rawdata)
从String构建MimeType的构造方法。MimeType(String primary, String sub)
构造函数,它使用给定的主类型和子类型构建MimeType,但具有空参数列表。MimeTypeParameterList(String parameterList)
Constructs a new MimeTypeParameterList with the passed in data.
-