ThingCoderpublic class DmwThingCoder extends DmlThingCoder
TYPE_TXT| 构造器 | 说明 |
|---|---|
DmwThingCoder(ThingCoder xmlThingCoder,
ThingCoder txtThingCoder,
ThingCoder propertyThingCoder) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
acceptType(String type) |
是否是制定类型的编码者。
|
String[] |
getCodeTypes() |
返回编码器所支持的所有类型。
|
String |
getType() |
返回编码器的类型,通常是文件的后缀名。
|
decode, decodeIndex, encodepublic DmwThingCoder(ThingCoder xmlThingCoder, ThingCoder txtThingCoder, ThingCoder propertyThingCoder)
public String getType()
ThingCodergetType 在接口中 ThingCodergetType 在类中 DmlThingCoderpublic boolean acceptType(String type)
ThingCoderacceptType 在接口中 ThingCoderacceptType 在类中 DmlThingCodertype - 类型public String[] getCodeTypes()
ThingCodergetCodeTypes 在接口中 ThingCodergetCodeTypes 在类中 DmlThingCoderCopyright © 2021 xworker.org. All rights reserved.