public class SuffixSetting extends BaseSetting<byte[]>
Modifier and Type | Field and Description |
---|---|
static int |
MIN_SUFFIX_LENGTH |
Constructor and Description |
---|
SuffixSetting() |
SuffixSetting(byte[] suffix) |
Modifier and Type | Method and Description |
---|---|
void |
onCheckParameterLength(byte[] parameter) |
byte[] |
onParseSetting(byte[] parameter) |
toReadSettingByte, toWriteSettingBytes
public static final int MIN_SUFFIX_LENGTH
public SuffixSetting()
public SuffixSetting(byte[] suffix) throws ErrorParameterException
ErrorParameterException
public byte[] onParseSetting(byte[] parameter) throws ErrorParameterException
onParseSetting
in class BaseSetting<byte[]>
ErrorParameterException
public void onCheckParameterLength(byte[] parameter) throws ErrorParameterException
onCheckParameterLength
in class BaseSetting<byte[]>
ErrorParameterException