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 IFSSHTTPBSerializable
serializeToByteList
in class DataElementData
TikaException
IOException
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
deserializeDataElementDataFromByteArray
in class DataElementData
byteArray
- A Byte arraystartIndex
- Start positionTikaException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.