Class AlternativePackaging


  • public class AlternativePackaging
    extends Object
    • Field Detail

      • guidFileType

        public UUID guidFileType
      • guidFile

        public UUID guidFile
      • guidLegacyFileVersion

        public UUID guidLegacyFileVersion
      • guidFileFormat

        public UUID guidFileFormat
      • rgbReserved

        public long rgbReserved
      • storageIndexExtendedGUID

        public ExGuid storageIndexExtendedGUID
      • guidCellSchemaId

        public UUID guidCellSchemaId
    • Constructor Detail

      • AlternativePackaging

        public AlternativePackaging()
    • Method Detail

      • doDeserializeFromByteArray

        public int doDeserializeFromByteArray​(byte[] byteArray,
                                              int startIndex)
                                       throws IOException,
                                              TikaException
        This method is used to deserialize the Alternative Packaging object from the specified byte array and start index.
        Parameters:
        byteArray - Specify the byte array.
        startIndex - Specify the start index from the byte array.
        Returns:
        Return the length in byte of the Alternative Packaging object.
        Throws:
        IOException
        TikaException