Class ObjectGroupObjectDeclare
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupObjectDeclare
- All Implemented Interfaces:
IFSSHTTPBSerializable
-
Field Summary
Modifier and TypeFieldDescriptionGets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.binary data opaque to this protocol for the declared object. -
Constructor Summary
ConstructorDescriptionInitializes a new instance of the ObjectGroupObjectDeclare class. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deserializeItemsFromByteArray
(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) Used to de-serialize the element.protected int
serializeItemsToByteList
(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 Details
-
objectExtendedGUID
-
objectPartitionID
-
objectDataSize
Gets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.binary data opaque to this protocol for the declared object. This MUST match the size of the binary item in the corresponding object data for this object. -
objectReferencesCount
-
cellReferencesCount
-
-
Constructor Details
-
ObjectGroupObjectDeclare
public ObjectGroupObjectDeclare()Initializes a new instance of the ObjectGroupObjectDeclare class.
-
-
Method Details
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException Used to de-serialize the element.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- A Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of the items- Throws:
TikaException
IOException
-
serializeItemsToByteList
Used to convert the element into a byte List.- Specified by:
serializeItemsToByteList
in classStreamObject
- Parameters:
byteList
- A Byte list- Returns:
- The number of the element
- Throws:
IOException
-