public class Config
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DataType |
dataType |
GetterSetter |
getterSetter |
Constructor and Description |
---|
Config(DataType dataType) |
Config(int size,
GetterSetter getterSetter) |
Modifier and Type | Method and Description |
---|---|
byte[] |
get() |
int |
getSize() |
void |
set(byte[] bytes) |
public GetterSetter getterSetter
public DataType dataType
public Config(DataType dataType)
public Config(int size, GetterSetter getterSetter)