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)
DataConvertorconvert in interface DataConvertor<String>value - the byte array to convert.Copyright © 2012–2019 BOSA. All rights reserved.