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