public class DateOfBirthDataConvertor extends Object implements DataConvertor<GregorianCalendar>
| Constructor and Description |
|---|
DateOfBirthDataConvertor() |
| 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) throws DataConvertorException
DataConvertorconvert in interface DataConvertor<GregorianCalendar>value - the byte array to convert.DataConvertorException - in case the conversion failed.Copyright © 2008-2018 FedICT. All Rights Reserved.