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 SummaryFields Modifier and Type Field Description List<StorageManifestRootDeclare>storageManifestRootDeclareListStorageManifestSchemaGUIDstorageManifestSchemaGUID
 - 
Constructor SummaryConstructors Constructor Description StorageManifestDataElementData()Initializes a new instance of the StorageManifestDataElementData class.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdeserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex)Used to de-serialize data element.List<Byte>serializeToByteList()Used to convert the element into a byte List.
 
- 
- 
- 
Field Detail- 
storageManifestSchemaGUIDpublic StorageManifestSchemaGUID storageManifestSchemaGUID 
 - 
storageManifestRootDeclareListpublic List<StorageManifestRootDeclare> storageManifestRootDeclareList 
 
- 
 - 
Method Detail- 
serializeToByteListpublic List<Byte> serializeToByteList() throws TikaException, IOException Used to convert the element into a byte List.- Specified by:
- serializeToByteListin interface- IFSSHTTPBSerializable
- Specified by:
- serializeToByteListin class- DataElementData
- Returns:
- A Byte list
- Throws:
- TikaException
- IOException
 
 - 
deserializeDataElementDataFromByteArraypublic int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOExceptionUsed to de-serialize data element.- Specified by:
- deserializeDataElementDataFromByteArrayin class- DataElementData
- Parameters:
- byteArray- Byte array
- startIndex- Start position
- Returns:
- The length of the array
- Throws:
- TikaException
- IOException
 
 
- 
 
-