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
public class StorageIndexManifestMapping extends StreamObject
-
-
Field Summary
Fields Modifier and Type Field Description ExGuid
manifestMappingExGuid
SerialNumber
manifestMappingSerialNumber
-
Constructor Summary
Constructors Constructor Description StorageIndexManifestMapping()
Initializes a new instance of the StorageIndexManifestMapping class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
manifestMappingExGuid
public ExGuid manifestMappingExGuid
-
manifestMappingSerialNumber
public SerialNumber manifestMappingSerialNumber
-
-
Method Detail
-
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
protected int serializeItemsToByteList(List<Byte> byteList) throws IOException
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
-
-