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
public class StorageManifestDataElementData extends DataElementData
-
-
Field Summary
Fields Modifier and Type Field Description List<StorageManifestRootDeclare>
storageManifestRootDeclareList
StorageManifestSchemaGUID
storageManifestSchemaGUID
-
Constructor Summary
Constructors Constructor Description StorageManifestDataElementData()
Initializes a new instance of the StorageManifestDataElementData class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex)
Used to de-serialize data element.List<Byte>
serializeToByteList()
Used to convert the element into a byte List.
-
-
-
Field Detail
-
storageManifestSchemaGUID
public StorageManifestSchemaGUID storageManifestSchemaGUID
-
storageManifestRootDeclareList
public List<StorageManifestRootDeclare> storageManifestRootDeclareList
-
-
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 data element.- Specified by:
deserializeDataElementDataFromByteArray
in classDataElementData
- Parameters:
byteArray
- Byte arraystartIndex
- Start position- Returns:
- The length of the array
- Throws:
TikaException
IOException
-
-