public class DateOfBirthMaskDataConvertor extends Object implements DataConvertor<DateMask>
| Constructor and Description |
|---|
DateOfBirthMaskDataConvertor() |
| Modifier and Type | Method and Description |
|---|---|
DateMask |
convert(byte[] value)
Convert the given byte array to the data convertor data type.
|
public DateMask convert(byte[] value) throws DataConvertorException
DataConvertorconvert in interface DataConvertor<DateMask>value - the byte array to convert.DataConvertorException - in case the conversion failed.Copyright © 2012–2024 e-Contract.be BV. All rights reserved.