Class ObjectGroupObjectDeclare

    • Field Detail

      • objectExtendedGUID

        public ExGuid objectExtendedGUID
      • objectDataSize

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

      • ObjectGroupObjectDeclare

        public ObjectGroupObjectDeclare()
        Initializes a new instance of the ObjectGroupObjectDeclare 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