public class StorageManifestRootDeclare extends StreamObject
| Modifier and Type | Field and Description |
|---|---|
CellID |
cellID |
ExGuid |
rootExGUID |
| Constructor and Description |
|---|
StorageManifestRootDeclare()
Initializes a new instance of the StorageManifestRootDeclare class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
Used to de-serialize the items.
|
protected int |
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List.
|
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrentpublic StorageManifestRootDeclare()
protected void deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
throws org.apache.tika.exception.TikaException,
IOException
deserializeItemsFromByteArray in class StreamObjectbyteArray - Byte arraycurrentIndex - Start positionlengthOfItems - The length of itemsorg.apache.tika.exception.TikaExceptionIOExceptionprotected int serializeItemsToByteList(List<Byte> byteList) throws IOException
serializeItemsToByteList in class StreamObjectbyteList - A Byte listIOExceptionCopyright © 2007–2024 The Apache Software Foundation. All rights reserved.