public class StorageIndexManifestMapping extends StreamObject
| Modifier and Type | Field and Description |
|---|---|
ExGuid |
manifestMappingExGuid |
SerialNumber |
manifestMappingSerialNumber |
| Constructor and Description |
|---|
StorageIndexManifestMapping()
Initializes a new instance of the StorageIndexManifestMapping class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
Used to Deserialize the items.
|
protected int |
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List.
|
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrentpublic ExGuid manifestMappingExGuid
public SerialNumber manifestMappingSerialNumber
public StorageIndexManifestMapping()
protected void deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
throws TikaException,
IOException
deserializeItemsFromByteArray in class StreamObjectbyteArray - Byte arraycurrentIndex - Start positionlengthOfItems - The length of the itemsTikaExceptionIOExceptionprotected int serializeItemsToByteList(List<Byte> byteList) throws IOException
serializeItemsToByteList in class StreamObjectbyteList - A Byte listIOExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.