Class RevisionManifestObjectGroupReferences
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.RevisionManifestObjectGroupReferences
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class RevisionManifestObjectGroupReferences extends StreamObject
Specifies a revision manifest object group references, each followed by object group extended GUIDs
-
-
Field Summary
Fields Modifier and Type Field Description ExGuid
objectGroupExtendedGUID
-
Constructor Summary
Constructors Constructor Description RevisionManifestObjectGroupReferences()
Initializes a new instance of the RevisionManifestObjectGroupReferences class.RevisionManifestObjectGroupReferences(ExGuid objectGroupExtendedGUID)
Initializes a new instance of the RevisionManifestObjectGroupReferences class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)
Used to de-serialize the element.protected int
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List.-
Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
-
-
-
-
Field Detail
-
objectGroupExtendedGUID
public ExGuid objectGroupExtendedGUID
-
-
Constructor Detail
-
RevisionManifestObjectGroupReferences
public RevisionManifestObjectGroupReferences()
Initializes a new instance of the RevisionManifestObjectGroupReferences class.
-
RevisionManifestObjectGroupReferences
public RevisionManifestObjectGroupReferences(ExGuid objectGroupExtendedGUID)
Initializes a new instance of the RevisionManifestObjectGroupReferences class.- Parameters:
objectGroupExtendedGUID
- Extended GUID
-
-
Method Detail
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException
Used to de-serialize the element.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- A Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of the items- Throws:
TikaException
IOException
-
serializeItemsToByteList
protected int serializeItemsToByteList(List<Byte> byteList) throws IOException
Used to convert the element into a byte List.- Specified by:
serializeItemsToByteList
in classStreamObject
- Parameters:
byteList
- A Byte list- Returns:
- The number of elements actually contained in the list.
- Throws:
IOException
-
-