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)
DataConvertorconvert in interface DataConvertor<DocumentType>value - the byte array to convert.Copyright © 2012–2019 BOSA. All rights reserved.