Class StorageIndexDataElementData
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.DataElementData
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageIndexDataElementData
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class StorageIndexDataElementData extends DataElementData
-
-
Field Summary
Fields Modifier and Type Field Description List<StorageIndexCellMapping>
storageIndexCellMappingList
StorageIndexManifestMapping
storageIndexManifestMapping
List<StorageIndexRevisionMapping>
storageIndexRevisionMappingList
-
Constructor Summary
Constructors Constructor Description StorageIndexDataElementData()
Initializes a new instance of the StorageIndexDataElementData class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex)
Used to de-serialize the data element.List<Byte>
serializeToByteList()
Used to convert the element into a byte List.
-
-
-
Field Detail
-
storageIndexManifestMapping
public StorageIndexManifestMapping storageIndexManifestMapping
-
storageIndexCellMappingList
public List<StorageIndexCellMapping> storageIndexCellMappingList
-
storageIndexRevisionMappingList
public List<StorageIndexRevisionMapping> storageIndexRevisionMappingList
-
-
Method Detail
-
serializeToByteList
public List<Byte> serializeToByteList() throws TikaException, IOException
Used to convert the element into a byte List.- Specified by:
serializeToByteList
in interfaceIFSSHTTPBSerializable
- Specified by:
serializeToByteList
in classDataElementData
- Returns:
- A Byte list
- Throws:
TikaException
IOException
-
deserializeDataElementDataFromByteArray
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
Used to de-serialize the data element.- Specified by:
deserializeDataElementDataFromByteArray
in classDataElementData
- Parameters:
byteArray
- Byte arraystartIndex
- Start position- Returns:
- The length of the element
- Throws:
TikaException
IOException
-
-