Class StorageManifestRootDeclare

  • All Implemented Interfaces:
    IFSSHTTPBSerializable

    public class StorageManifestRootDeclare
    extends StreamObject
    Specifies one or more storage manifest root declare.
    • Field Detail

      • rootExGUID

        public ExGuid rootExGUID
      • cellID

        public CellID cellID
    • Constructor Detail

      • StorageManifestRootDeclare

        public StorageManifestRootDeclare()
        Initializes a new instance of the StorageManifestRootDeclare 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 items.
        Specified by:
        deserializeItemsFromByteArray in class StreamObject
        Parameters:
        byteArray - Byte array
        currentIndex - Start position
        lengthOfItems - The length of items
        Throws:
        org.apache.tika.exception.TikaException
        IOException