public abstract class BaseBinary extends BaseOption<byte[]>
observable, type| 构造器和说明 |
|---|
BaseBinary() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> BaseOption<byte[]> |
asDefaultValue(T input)
从input中读取字节流转为byte[]调用
BaseOption.setDefaultValue(Object) |
protected <T> BaseOption<byte[]> |
asValue(T input)
从input中读取字节流转为byte[]调用
BaseOption.setValue(Object) |
java.lang.String |
contentOfValue() |
addChilds, addListener, asDefaultValue, asValue, compile, deleteListener, fetch, getCatalog, getDefaultValue, getType, getValue, isContainer, isReadOnly, isRequired, javaType, setDefaultValue, setReadOnly, setRequired, setValidator, setValue, updateFrom, updateFrom, validateaddChilds, childCount, childNames, equals, find, findBase64Option, findBoolOption, findChecked, findCheckOption, findCmd, findCmdChecked, findDateOption, findFloatOption, findImageOption, findIntOption, findIPv4Option, findMACOption, findMenu, findMenuChecked, findOption, findOptionChecked, findPasswordOption, findStringOption, findSwitchOption, findUrlOption, getChild, getChildByPath, getChilds, getDescription, getName, getParent, getPath, getUiName, hashCode, isDisable, isEmpty, json, setChilds, setDescription, setDisable, setName, setPath, setUiName, toString, updateChildpublic BaseBinary()
public java.lang.String contentOfValue()
contentOfValue 在类中 BaseOption<byte[]>protected <T> BaseOption<byte[]> asValue(T input)
BaseOption.setValue(Object)T - 参见 FaceUtilits.getBytes(Object)protected <T> BaseOption<byte[]> asDefaultValue(T input)
BaseOption.setDefaultValue(Object)T - 参见 FaceUtilits.getBytes(Object)Copyright © 2019. All Rights Reserved.