Class PropertySet
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.PropertySet
 
- 
- 
Field SummaryFields Modifier and Type Field Description intcPropertiesList<IProperty>rgDataPropertyID[]rgPrids
 - 
Constructor SummaryConstructors Constructor Description PropertySet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoDeserializeFromByteArray(byte[] byteArray, int startIndex)This method is used to deserialize the PropertySet from the specified byte array and start index.List<Byte>serializeToByteList()This method is used to convert the element of PropertySet into a byte List.
 
- 
- 
- 
Field Detail- 
cPropertiespublic int cProperties 
 - 
rgPridspublic PropertyID[] rgPrids 
 
- 
 - 
Method Detail- 
serializeToByteListpublic List<Byte> serializeToByteList() throws IOException This method is used to convert the element of PropertySet into a byte List.- Specified by:
- serializeToByteListin interface- IProperty
- Returns:
- Return the byte list which store the byte information of PropertySet.
- Throws:
- IOException
 
 - 
doDeserializeFromByteArraypublic int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOExceptionThis method is used to deserialize the PropertySet from the specified byte array and start index.- Specified by:
- doDeserializeFromByteArrayin interface- IProperty
- Parameters:
- byteArray- Specify the byte array.
- startIndex- Specify the start index from the byte array.
- Returns:
- Return the length in byte of the PropertySet.
- Throws:
- IOException
 
 
- 
 
-