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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The internal class for build a list of DataElement from a node object. -
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionInitializes a new instance of the ObjectGroupDataElementData class. -
Method Summary
Modifier and TypeMethodDescriptionint
deserializeDataElementDataFromByteArray
(byte[] byteArray, int startIndex) Used to return the length of this element.Used to convert the element into a byte List.
-
Field Details
-
dataElementHash
-
objectGroupDeclarations
-
objectMetadataDeclaration
-
objectGroupData
-
-
Constructor Details
-
ObjectGroupDataElementData
public ObjectGroupDataElementData()Initializes a new instance of the ObjectGroupDataElementData class.
-
-
Method Details
-
serializeToByteList
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
-