|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type to which to convert to.public interface DataConvertor<T>
Interface for a data convertor component.
Method Summary | |
---|---|
T |
convert(byte[] value)
Convert the given byte array to the data convertor data type. |
Method Detail |
---|
T convert(byte[] value) throws DataConvertorException
value
- the byte array to convert.
DataConvertorException
- in case the conversion failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |