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