public static class LeafNodeObject.IntermediateNodeObjectBuilder extends Object
Constructor and Description |
---|
IntermediateNodeObjectBuilder() |
Modifier and Type | Method and Description |
---|---|
LeafNodeObject |
Build(byte[] array,
SignatureObject signature)
This method is used to build intermediate node object from a byte array with a signature
|
LeafNodeObject |
Build(List<ObjectGroupDataElementData> objectGroupList,
ObjectGroupObjectData dataObj,
ExGuid intermediateGuid)
This method is used to build intermediate node object from an list of object group data element
|
public LeafNodeObject Build(List<ObjectGroupDataElementData> objectGroupList, ObjectGroupObjectData dataObj, ExGuid intermediateGuid) throws TikaException, IOException
objectGroupList
- Specify the list of object group data elements.dataObj
- Specify the object group object.intermediateGuid
- Specify the intermediate extended GUID.TikaException
IOException
public LeafNodeObject Build(byte[] array, SignatureObject signature)
array
- Specify the byte array.signature
- Specify the signature.Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.