Class StorageManifestRootDeclare
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageManifestRootDeclare
- All Implemented Interfaces:
IFSSHTTPBSerializable
Specifies one or more storage manifest root declare.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInitializes a new instance of the StorageManifestRootDeclare class. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deserializeItemsFromByteArray
(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) Used to de-serialize the items.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
-
rootExGUID
-
cellID
-
-
Constructor Details
-
StorageManifestRootDeclare
public StorageManifestRootDeclare()Initializes a new instance of the StorageManifestRootDeclare class.
-
-
Method Details
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException Used to de-serialize the items.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of 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 length of list
- Throws:
IOException
-