Class ObjectGroupObjectBLOBDataDeclaration
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupObjectBLOBDataDeclaration
- All Implemented Interfaces:
- IFSSHTTPBSerializable
object data BLOB declaration
- 
Field SummaryFieldsModifier and TypeFieldDescriptionGets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.opaque binary data for the declared object.
- 
Constructor SummaryConstructorsConstructorDescriptionInitializes a new instance of the ObjectGroupObjectBLOBDataDeclaration class.
- 
Method SummaryModifier and TypeMethodDescriptionprotected 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.StreamObjectdeserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
- 
Field Details- 
objectExGUID
- 
objectDataBLOBExGUID
- 
objectPartitionID
- 
objectDataSizeGets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.opaque binary data for the declared object. This MUST match the size of the binary item in the corresponding object data BLOB referenced by the Object Data BLOB reference for this object.
- 
objectReferencesCount
- 
cellReferencesCount
 
- 
- 
Constructor Details- 
ObjectGroupObjectBLOBDataDeclarationpublic ObjectGroupObjectBLOBDataDeclaration()Initializes a new instance of the ObjectGroupObjectBLOBDataDeclaration class.
 
- 
- 
Method Details- 
deserializeItemsFromByteArrayprotected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException Used to de-serialize the element.- Specified by:
- deserializeItemsFromByteArrayin class- StreamObject
- Parameters:
- byteArray- A Byte array
- currentIndex- Start position
- lengthOfItems- The length of the items
- Throws:
- TikaException
- IOException
 
- 
serializeItemsToByteListUsed to convert the element into a byte List.- Specified by:
- serializeItemsToByteListin class- StreamObject
- Parameters:
- byteList- A Byte list
- Returns:
- The number of the element
- Throws:
- IOException
 
 
-