public class RevisionManifestDataElementData extends DataElementData
Modifier and Type | Field and Description |
---|---|
RevisionManifest |
revisionManifest |
List<RevisionManifestObjectGroupReferences> |
revisionManifestObjectGroupReferences |
List<RevisionManifestRootDeclare> |
revisionManifestRootDeclareList |
Constructor and Description |
---|
RevisionManifestDataElementData()
Initializes a new instance of the RevisionManifestDataElementData 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 RevisionManifest revisionManifest
public List<RevisionManifestRootDeclare> revisionManifestRootDeclareList
public List<RevisionManifestObjectGroupReferences> revisionManifestObjectGroupReferences
public RevisionManifestDataElementData()
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
deserializeDataElementDataFromByteArray
in class DataElementData
byteArray
- A Byte liststartIndex
- 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.