public class ValidityDateDataConvertor extends Object implements DataConvertor<GregorianCalendar>
| Constructor and Description |
|---|
ValidityDateDataConvertor() |
| Modifier and Type | Method and Description |
|---|---|
GregorianCalendar |
convert(byte[] value)
Convert the given byte array to the data convertor data type.
|
public GregorianCalendar convert(byte[] value)
DataConvertorconvert in interface DataConvertor<GregorianCalendar>value - the byte array to convert.Copyright © 2012–2019 BOSA. All rights reserved.