public class CellManifestDataElementData extends DataElementData
| Modifier and Type | Field and Description |
|---|---|
CellManifestCurrentRevision |
cellManifestCurrentRevision |
| Constructor and Description |
|---|
CellManifestDataElementData()
Initializes a new instance of the CellManifestDataElementData class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
Used to return the length of this element.
|
List<Byte> |
serializeToByteList()
Used to convert the element into a byte List.
|
public CellManifestCurrentRevision cellManifestCurrentRevision
public CellManifestDataElementData()
public int deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
throws TikaException,
IOException
deserializeDataElementDataFromByteArray in class DataElementDatabyteArray - A Byte arraystartIndex - Start positionTikaExceptionIOExceptionpublic List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList in interface IFSSHTTPBSerializableserializeToByteList in class DataElementDataTikaExceptionIOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.