Class RevisionManifestDataElementData
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.DataElementData
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.RevisionManifestDataElementData
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class RevisionManifestDataElementData extends DataElementData
-
-
Field Summary
Fields Modifier and Type Field Description RevisionManifest
revisionManifest
List<RevisionManifestObjectGroupReferences>
revisionManifestObjectGroupReferences
List<RevisionManifestRootDeclare>
revisionManifestRootDeclareList
-
Constructor Summary
Constructors Constructor Description RevisionManifestDataElementData()
Initializes a new instance of the RevisionManifestDataElementData class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
revisionManifest
public RevisionManifest revisionManifest
-
revisionManifestRootDeclareList
public List<RevisionManifestRootDeclare> revisionManifestRootDeclareList
-
revisionManifestObjectGroupReferences
public List<RevisionManifestObjectGroupReferences> revisionManifestObjectGroupReferences
-
-
Method Detail
-
deserializeDataElementDataFromByteArray
public int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
Used to return the length of this element.- Specified by:
deserializeDataElementDataFromByteArray
in classDataElementData
- Parameters:
byteArray
- A Byte liststartIndex
- Start position- Returns:
- The length of the element
- Throws:
TikaException
IOException
-
serializeToByteList
public List<Byte> serializeToByteList() throws TikaException, IOException
Used to convert the element into a byte List.- Specified by:
serializeToByteList
in interfaceIFSSHTTPBSerializable
- Specified by:
serializeToByteList
in classDataElementData
- Returns:
- A Byte list
- Throws:
TikaException
IOException
-
-