public class StorageManifestDataElementData extends DataElementData
Modifier and Type | Field and Description |
---|---|
List<StorageManifestRootDeclare> |
storageManifestRootDeclareList |
StorageManifestSchemaGUID |
storageManifestSchemaGUID |
Constructor and Description |
---|
StorageManifestDataElementData()
Initializes a new instance of the StorageManifestDataElementData class.
|
Modifier and Type | Method and 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.
|
public StorageManifestSchemaGUID storageManifestSchemaGUID
public List<StorageManifestRootDeclare> storageManifestRootDeclareList
public StorageManifestDataElementData()
public List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList
in interface IFSSHTTPBSerializable
serializeToByteList
in class DataElementData
TikaException
IOException
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
deserializeDataElementDataFromByteArray
in class DataElementData
byteArray
- Byte arraystartIndex
- Start positionTikaException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.