Class RevisionManifestRootDeclare

  • All Implemented Interfaces:
    IFSSHTTPBSerializable

    public class RevisionManifestRootDeclare
    extends StreamObject
    Specifies a revision manifest root declare, each followed by root and object extended GUIDs
    • Field Detail

      • rootExGuid

        public ExGuid rootExGuid
      • objectExGuid

        public ExGuid objectExGuid
    • Constructor Detail

      • RevisionManifestRootDeclare

        public RevisionManifestRootDeclare()
        Initializes a new instance of the RevisionManifestRootDeclare class.
    • Method Detail

      • 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 list
        currentIndex - Start position
        lengthOfItems - The length of the items
        Throws:
        org.apache.tika.exception.TikaException
        IOException