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