Package | Description |
---|---|
net.gdface.sdk.fse |
Modifier and Type | Class and Description |
---|---|
class |
FeatureSeGenericDecorator
decorator pattern 装饰者模式实现基于
FeatureSeDecorator 的支持泛型方法参数FeatureSe 接口所有 byte[] 类型的参数都支持泛型参数,参见 BinaryUtils.getBytesNotEmpty(Object) 注意: 参数为 InputStream 的方法返回时会自动执行InputStream.close() 关闭流参见 BinaryUtils.readBytes(java.io.InputStream) unchecked后缀的方法将所有显式申明的异常封装到 RuntimeException 抛出计算机生成代码(generated by automated tools DecoratorGenerator @author guyadong) |
Modifier and Type | Field and Description |
---|---|
protected FeatureSeDecorator |
BaseFseDbEngine.fse |
Modifier and Type | Method and Description |
---|---|
static FeatureSeDecorator |
FeatureSeDecorator.makeDecorator(FeatureSe instance)
将
FeatureSe 对象封装为 FeatureSeDecorator 实例如果 FeatureSe 已经是 FeatureSeDecorator 则返回 FeatureSe} |
Copyright © 2020. All rights reserved.