Class ObjectGroupDataElementData
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.DataElementData
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupDataElementData
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class ObjectGroupDataElementData extends DataElementData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ObjectGroupDataElementData.Builder
The internal class for build a list of DataElement from a node object.
-
Field Summary
Fields Modifier and Type Field Description DataElementHash
dataElementHash
ObjectGroupData
objectGroupData
ObjectGroupDeclarations
objectGroupDeclarations
ObjectGroupMetadataDeclarations
objectMetadataDeclaration
-
Constructor Summary
Constructors Constructor Description ObjectGroupDataElementData()
Initializes a new instance of the ObjectGroupDataElementData class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
dataElementHash
public DataElementHash dataElementHash
-
objectGroupDeclarations
public ObjectGroupDeclarations objectGroupDeclarations
-
objectMetadataDeclaration
public ObjectGroupMetadataDeclarations objectMetadataDeclaration
-
objectGroupData
public ObjectGroupData objectGroupData
-
-
Method Detail
-
serializeToByteList
public List<Byte> serializeToByteList() throws TikaException, IOException
Used to convert the element into a byte List.- Specified by:
serializeToByteList
in interfaceIFSSHTTPBSerializable
- Specified by:
serializeToByteList
in classDataElementData
- Returns:
- A Byte list
- Throws:
TikaException
IOException
-
deserializeDataElementDataFromByteArray
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
Used to return the length of this element.- Specified by:
deserializeDataElementDataFromByteArray
in classDataElementData
- Parameters:
byteArray
- A Byte arraystartIndex
- Start position- Returns:
- The length of the element
- Throws:
TikaException
IOException
-
-