Class StorageIndexManifestMapping
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageIndexManifestMapping
- All Implemented Interfaces:
IFSSHTTPBSerializable
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionInitializes a new instance of the StorageIndexManifestMapping class. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deserializeItemsFromByteArray
(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) Used to Deserialize 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
-
manifestMappingExGuid
-
manifestMappingSerialNumber
-
-
Constructor Details
-
StorageIndexManifestMapping
public StorageIndexManifestMapping()Initializes a new instance of the StorageIndexManifestMapping class.
-
-
Method Details
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException Used to Deserialize the items.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- 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 length of list
- Throws:
IOException
-