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