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