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 SummaryNested Classes Modifier and Type Class Description static classObjectGroupDataElementData.BuilderThe internal class for build a list of DataElement from a node object.
 - 
Field SummaryFields Modifier and Type Field Description DataElementHashdataElementHashObjectGroupDataobjectGroupDataObjectGroupDeclarationsobjectGroupDeclarationsObjectGroupMetadataDeclarationsobjectMetadataDeclaration
 - 
Constructor SummaryConstructors Constructor Description ObjectGroupDataElementData()Initializes a new instance of the ObjectGroupDataElementData class.
 - 
Method SummaryAll 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- 
dataElementHashpublic DataElementHash dataElementHash 
 - 
objectGroupDeclarationspublic ObjectGroupDeclarations objectGroupDeclarations 
 - 
objectMetadataDeclarationpublic ObjectGroupMetadataDeclarations objectMetadataDeclaration 
 - 
objectGroupDatapublic ObjectGroupData objectGroupData 
 
- 
 - 
Method Detail- 
serializeToByteListpublic List<Byte> serializeToByteList() throws TikaException, IOException Used to convert the element into a byte List.- Specified by:
- serializeToByteListin interface- IFSSHTTPBSerializable
- Specified by:
- serializeToByteListin class- DataElementData
- Returns:
- A Byte list
- Throws:
- TikaException
- IOException
 
 - 
deserializeDataElementDataFromByteArraypublic int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOExceptionUsed to return the length of this element.- Specified by:
- deserializeDataElementDataFromByteArrayin class- DataElementData
- Parameters:
- byteArray- A Byte array
- startIndex- Start position
- Returns:
- The length of the element
- Throws:
- TikaException
- IOException
 
 
- 
 
-