Class ObjectGroupData
- java.lang.Object
 - 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
 - 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupData
 
 
 
- 
- All Implemented Interfaces:
 IFSSHTTPBSerializable
public class ObjectGroupData extends StreamObject
The ObjectGroupData class. 
- 
- 
Field Summary
Fields Modifier and Type Field Description List<ObjectGroupObjectDataBLOBReference>objectGroupObjectDataBLOBReferenceListList<ObjectGroupObjectData>objectGroupObjectDataList 
- 
Constructor Summary
Constructors Constructor Description ObjectGroupData()Initializes a new instance of the ObjectGroupData class. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)Used to de-serialize the element.protected intserializeItemsToByteList(List<Byte> byteList)Used to convert the element into a byte List- 
Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent 
 - 
 
 - 
 
- 
- 
Field Detail
- 
objectGroupObjectDataList
public List<ObjectGroupObjectData> objectGroupObjectDataList
 
- 
objectGroupObjectDataBLOBReferenceList
public List<ObjectGroupObjectDataBLOBReference> objectGroupObjectDataBLOBReferenceList
 
 - 
 
- 
Method Detail
- 
serializeItemsToByteList
protected int serializeItemsToByteList(List<Byte> byteList) throws TikaException, IOException
Used to convert the element into a byte List- Specified by:
 serializeItemsToByteListin classStreamObject- Parameters:
 byteList- A Byte list- Returns:
 - A constant value 0
 - Throws:
 TikaExceptionIOException
 
- 
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOExceptionUsed to de-serialize the element.- Specified by:
 deserializeItemsFromByteArrayin classStreamObject- Parameters:
 byteArray- A Byte arraycurrentIndex- Start positionlengthOfItems- The length of the items- Throws:
 TikaExceptionIOException
 
 - 
 
 -