Class ObjectSpaceObjectPropSet
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.space.ObjectSpaceObjectPropSet
This class is used to represent a ObjectSpaceObjectPropSet.
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
doDeserializeFromByteArray
(byte[] byteArray, int startIndex) This method is used to deserialize the ObjectSpaceObjectPropSet from the specified byte array and start index.This method is used to convert the element of the ObjectSpaceObjectPropSet into a byte List.
-
Field Details
-
oids
-
osids
-
contextIDs
-
body
-
padding
public byte[] padding
-
-
Constructor Details
-
ObjectSpaceObjectPropSet
public ObjectSpaceObjectPropSet()
-
-
Method Details
-
doDeserializeFromByteArray
This method is used to deserialize the ObjectSpaceObjectPropSet 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 ObjectSpaceObjectPropSet.
- Throws:
IOException
-
serializeToByteList
This method is used to convert the element of the ObjectSpaceObjectPropSet into a byte List.- Returns:
- Return the byte list which store the byte information of the ObjectSpaceObjectPropSet.
- Throws:
IOException
-