public class FeatureTemplate extends Object implements ICacheAble
| Constructor and Description |
|---|
FeatureTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static FeatureTemplate |
create(String template) |
char[] |
generateParameter(Table table,
int current) |
String |
getTemplate() |
boolean |
load(ByteArray byteArray)
载入
|
void |
save(DataOutputStream out)
写入
|
String |
toString() |
public static FeatureTemplate create(String template)
public char[] generateParameter(Table table, int current)
public void save(DataOutputStream out) throws IOException
ICacheAblesave in interface ICacheAbleIOExceptionpublic boolean load(ByteArray byteArray)
ICacheAbleload in interface ICacheAblepublic String getTemplate()
Copyright © 2014–2021 码农场. All rights reserved.