Class ObjectGroupObjectBLOBDataDeclaration

    • Field Detail

      • objectExGUID

        public ExGuid objectExGUID
      • objectDataBLOBExGUID

        public ExGuid objectDataBLOBExGUID
      • objectDataSize

        public Compact64bitInt objectDataSize
        Gets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.opaque binary data for the declared object. This MUST match the size of the binary item in the corresponding object data BLOB referenced by the Object Data BLOB reference for this object.
    • Constructor Detail

      • ObjectGroupObjectBLOBDataDeclaration

        public ObjectGroupObjectBLOBDataDeclaration()
        Initializes a new instance of the ObjectGroupObjectBLOBDataDeclaration 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 array
        currentIndex - Start position
        lengthOfItems - The length of the items
        Throws:
        org.apache.tika.exception.TikaException
        IOException