java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.AlternativePackaging

public class AlternativePackaging extends Object
  • Field Details

    • guidFileType

      public UUID guidFileType
    • guidFile

      public UUID guidFile
    • guidLegacyFileVersion

      public UUID guidLegacyFileVersion
    • guidFileFormat

      public UUID guidFileFormat
    • rgbReserved

      public long rgbReserved
    • packagingStart

      public StreamObjectHeaderStart32bit packagingStart
    • storageIndexExtendedGUID

      public ExGuid storageIndexExtendedGUID
    • guidCellSchemaId

      public UUID guidCellSchemaId
    • dataElementPackage

      public DataElementPackage dataElementPackage
    • packagingEnd

      public StreamObjectHeaderEnd packagingEnd
  • Constructor Details

    • AlternativePackaging

      public AlternativePackaging()
  • Method Details

    • 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