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 classObjectGroupDataElementData.BuilderThe internal class for build a list of DataElement from a node object.
-
Field Summary
Fields Modifier and Type Field Description DataElementHashdataElementHashObjectGroupDataobjectGroupDataObjectGroupDeclarationsobjectGroupDeclarationsObjectGroupMetadataDeclarationsobjectMetadataDeclaration
-
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 intdeserializeDataElementDataFromByteArray(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:
serializeToByteListin interfaceIFSSHTTPBSerializable- Specified by:
serializeToByteListin classDataElementData- Returns:
- A Byte list
- Throws:
TikaExceptionIOException
-
deserializeDataElementDataFromByteArray
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOExceptionUsed to return the length of this element.- Specified by:
deserializeDataElementDataFromByteArrayin classDataElementData- Parameters:
byteArray- A Byte arraystartIndex- Start position- Returns:
- The length of the element
- Throws:
TikaExceptionIOException
-
-