Class StorageManifestDataElementData
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.DataElementData
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageManifestDataElementData
- All Implemented Interfaces:
IFSSHTTPBSerializable
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionInitializes a new instance of the StorageManifestDataElementData class. -
Method Summary
Modifier and TypeMethodDescriptionint
deserializeDataElementDataFromByteArray
(byte[] byteArray, int startIndex) Used to de-serialize data element.Used to convert the element into a byte List.
-
Field Details
-
storageManifestSchemaGUID
-
storageManifestRootDeclareList
-
-
Constructor Details
-
StorageManifestDataElementData
public StorageManifestDataElementData()Initializes a new instance of the StorageManifestDataElementData class.
-
-
Method Details
-
serializeToByteList
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 data element.- Specified by:
deserializeDataElementDataFromByteArray
in classDataElementData
- Parameters:
byteArray
- Byte arraystartIndex
- Start position- Returns:
- The length of the array
- Throws:
TikaException
IOException
-