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 Details

    • objectGroupExtendedGUID

      public ExGuid objectGroupExtendedGUID
  • Constructor Details

    • 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 Details

    • deserializeItemsFromByteArray

      protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws org.apache.tika.exception.TikaException, IOException
      Used to de-serialize the element.
      Specified by:
      deserializeItemsFromByteArray in class StreamObject
      Parameters:
      byteArray - A Byte array
      currentIndex - Start position
      lengthOfItems - The length of the items
      Throws:
      org.apache.tika.exception.TikaException
      IOException
    • serializeItemsToByteList

      protected int serializeItemsToByteList(List<Byte> byteList) throws IOException
      Used to convert the element into a byte List.
      Specified by:
      serializeItemsToByteList in class StreamObject
      Parameters:
      byteList - A Byte list
      Returns:
      The number of elements actually contained in the list.
      Throws:
      IOException