Class PropertyID
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.PropertyID
 
- 
 public class PropertyID extends Object This class is used to represent a PropertyID.
- 
- 
Constructor SummaryConstructors Constructor Description PropertyID()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoDeserializeFromByteArray(byte[] byteArray, int startIndex)This method is used to deserialize the PropertyID object from the specified byte array and start index.List<Byte>serializeToByteList()This method is used to convert the element of PropertyID object into a byte List.
 
- 
- 
- 
Method Detail- 
serializeToByteListpublic List<Byte> serializeToByteList() throws IOException This method is used to convert the element of PropertyID object into a byte List.- Returns:
- Return the byte list which store the byte information of PropertyID.
- Throws:
- IOException
 
 - 
doDeserializeFromByteArraypublic int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOExceptionThis method is used to deserialize the PropertyID 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 PropertyID object.
- Throws:
- IOException
 
 
- 
 
-