Class PrtArrayOfPropertyValues

java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.property.PrtArrayOfPropertyValues
All Implemented Interfaces:
IProperty

public class PrtArrayOfPropertyValues extends Object implements IProperty
The class is used to represent the prtArrayOfPropertyValues .
  • Field Details

    • cProperties

      public int cProperties
    • propertyID

      public PropertyID propertyID
    • data

      public PropertySet[] data
  • Constructor Details

    • PrtArrayOfPropertyValues

      public PrtArrayOfPropertyValues()
  • Method Details

    • doDeserializeFromByteArray

      public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException
      This method is used to deserialize the prtArrayOfPropertyValues from the specified byte array and start index.
      Specified by:
      doDeserializeFromByteArray in interface IProperty
      Parameters:
      byteArray - Specify the byte array.
      startIndex - Specify the start index from the byte array.
      Returns:
      Throws:
      IOException
    • serializeToByteList

      public List<Byte> serializeToByteList() throws IOException
      This method is used to convert the element of the prtArrayOfPropertyValues into a byte List.
      Specified by:
      serializeToByteList in interface IProperty
      Returns:
      Return the byte list which store the byte information of the prtArrayOfPropertyValues.
      Throws:
      IOException