public class StorageIndexDataElementData extends DataElementData
Modifier and Type | Field and Description |
---|---|
List<StorageIndexCellMapping> |
storageIndexCellMappingList |
StorageIndexManifestMapping |
storageIndexManifestMapping |
List<StorageIndexRevisionMapping> |
storageIndexRevisionMappingList |
Constructor and Description |
---|
StorageIndexDataElementData()
Initializes a new instance of the StorageIndexDataElementData class.
|
Modifier and Type | Method and 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.
|
public StorageIndexManifestMapping storageIndexManifestMapping
public List<StorageIndexCellMapping> storageIndexCellMappingList
public List<StorageIndexRevisionMapping> storageIndexRevisionMappingList
public StorageIndexDataElementData()
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.