| Modifier and Type | Field and Description | 
|---|---|
| int | cProperties | 
| PropertySet[] | data | 
| PropertyID | propertyID | 
| Constructor and Description | 
|---|
| PrtArrayOfPropertyValues() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | doDeserializeFromByteArray(byte[] byteArray,
                          int startIndex)This method is used to deserialize the prtArrayOfPropertyValues from the specified byte array and start index. | 
| List<Byte> | serializeToByteList()This method is used to convert the element of the prtArrayOfPropertyValues into a byte List. | 
public int cProperties
public PropertyID propertyID
public PropertySet[] data
public int doDeserializeFromByteArray(byte[] byteArray,
                                      int startIndex)
                               throws IOException
doDeserializeFromByteArray in interface IPropertybyteArray - Specify the byte array.startIndex - Specify the start index from the byte array.IOExceptionpublic List<Byte> serializeToByteList() throws IOException
serializeToByteList in interface IPropertyIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.