Class CellIDArray

    • Field Detail

      • count

        public long count
    • Constructor Detail

      • CellIDArray

        public CellIDArray​(long count,
                           List<CellID> content)
        Initializes a new instance of the CellIDArray class.
        Parameters:
        count - Specify the number of CellID in the CellID array.
        content - Specify the list of CellID.
      • CellIDArray

        public CellIDArray​(CellIDArray cellIdArray)
        Initializes a new instance of the CellIDArray class, this is copy constructor.
        Parameters:
        cellIdArray - Specify the CellIDArray.
      • CellIDArray

        public CellIDArray()
        Initializes a new instance of the CellIDArray class, this is default constructor.
    • Method Detail

      • doDeserializeFromByteArray

        protected int doDeserializeFromByteArray​(byte[] byteArray,
                                                 int startIndex)
                                          throws org.apache.tika.exception.TikaException,
                                                 IOException
        This method is used to deserialize the CellIDArray basic object from the specified byte array and start index.
        Specified by:
        doDeserializeFromByteArray in class BasicObject
        Parameters:
        byteArray - Specify the byte array.
        startIndex - Specify the start index from the byte array.
        Returns:
        Return the length in byte of the CellIDArray basic object.
        Throws:
        org.apache.tika.exception.TikaException
        IOException