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 DataElementData
byteArray
- A Byte arraystartIndex
- Start positionTikaException
IOException
public List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList
in interface IFSSHTTPBSerializable
serializeToByteList
in class DataElementData
TikaException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.