public class ObjectGroupDataElementData extends DataElementData
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectGroupDataElementData.Builder
The internal class for build a list of DataElement from a node object.
|
| Modifier and Type | Field and Description |
|---|---|
DataElementHash |
dataElementHash |
ObjectGroupData |
objectGroupData |
ObjectGroupDeclarations |
objectGroupDeclarations |
ObjectGroupMetadataDeclarations |
objectMetadataDeclaration |
| Constructor and Description |
|---|
ObjectGroupDataElementData()
Initializes a new instance of the ObjectGroupDataElementData class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
Used to return the length of this element.
|
List<Byte> |
serializeToByteList()
Used to convert the element into a byte List.
|
public DataElementHash dataElementHash
public ObjectGroupDeclarations objectGroupDeclarations
public ObjectGroupMetadataDeclarations objectMetadataDeclaration
public ObjectGroupData objectGroupData
public ObjectGroupDataElementData()
public List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList in interface IFSSHTTPBSerializableserializeToByteList in class DataElementDataTikaExceptionIOExceptionpublic int deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
throws TikaException,
IOException
deserializeDataElementDataFromByteArray in class DataElementDatabyteArray - A Byte arraystartIndex - Start positionTikaExceptionIOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.