Class StorageIndexManifestMapping

    • Field Detail

      • manifestMappingExGuid

        public ExGuid manifestMappingExGuid
      • manifestMappingSerialNumber

        public SerialNumber manifestMappingSerialNumber
    • Constructor Detail

      • StorageIndexManifestMapping

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

      • deserializeItemsFromByteArray

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