public class SpecialStatusConvertor extends Object implements DataConvertor<SpecialStatus>
SpecialStatus| Constructor and Description |
|---|
SpecialStatusConvertor() |
| Modifier and Type | Method and Description |
|---|---|
SpecialStatus |
convert(byte[] value)
Convert the given byte array to the data convertor data type.
|
public SpecialStatus convert(byte[] value) throws DataConvertorException
DataConvertorconvert in interface DataConvertor<SpecialStatus>value - the byte array to convert.DataConvertorException - in case the conversion failed.Copyright © 2008-2018 FedICT. All Rights Reserved.