Class ObjectSpaceObjectPropSet
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.space.ObjectSpaceObjectPropSet
-
public class ObjectSpaceObjectPropSet extends Object
This class is used to represent a ObjectSpaceObjectPropSet.
-
-
Field Summary
Fields Modifier and Type Field Description PropertySet
body
ObjectSpaceObjectStreamOfContextIDs
contextIDs
ObjectSpaceObjectStreamOfOIDs
oids
ObjectSpaceObjectStreamOfOSIDs
osids
byte[]
padding
-
Constructor Summary
Constructors Constructor Description ObjectSpaceObjectPropSet()
-
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 ObjectSpaceObjectPropSet from the specified byte array and start index.List<Byte>
serializeToByteList()
This method is used to convert the element of the ObjectSpaceObjectPropSet into a byte List.
-
-
-
Field Detail
-
oids
public ObjectSpaceObjectStreamOfOIDs oids
-
osids
public ObjectSpaceObjectStreamOfOSIDs osids
-
contextIDs
public ObjectSpaceObjectStreamOfContextIDs contextIDs
-
body
public PropertySet body
-
padding
public byte[] padding
-
-
Method Detail
-
doDeserializeFromByteArray
public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException
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
public List<Byte> serializeToByteList() throws IOException
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
-
-