Class ObjectGroupObjectDataBLOBReference
- java.lang.Object
 - 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
 - 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupObjectDataBLOBReference
 
 
 
- 
- All Implemented Interfaces:
 IFSSHTTPBSerializable
public class ObjectGroupObjectDataBLOBReference extends StreamObject
object data BLOB reference 
- 
- 
Field Summary
Fields Modifier and Type Field Description ExGuidblobExtendedGUIDCellIDArraycellIDArrayExGUIDArrayobjectExtendedGUIDArray 
- 
Constructor Summary
Constructors Constructor Description ObjectGroupObjectDataBLOBReference()Initializes a new instance of the ObjectGroupObjectDataBLOBReference class. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)Used to de-serialize the element.protected intserializeItemsToByteList(List<Byte> byteList)Used to convert the element into a byte List.- 
Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent 
 - 
 
 - 
 
- 
- 
Field Detail
- 
objectExtendedGUIDArray
public ExGUIDArray objectExtendedGUIDArray
 
- 
cellIDArray
public CellIDArray cellIDArray
 
- 
blobExtendedGUID
public ExGuid blobExtendedGUID
 
 - 
 
- 
Method Detail
- 
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOExceptionUsed to de-serialize the element.- Specified by:
 deserializeItemsFromByteArrayin classStreamObject- Parameters:
 byteArray- A Byte arraycurrentIndex- Start positionlengthOfItems- The length of the items- Throws:
 TikaExceptionIOException
 
- 
serializeItemsToByteList
protected int serializeItemsToByteList(List<Byte> byteList) throws IOException
Used to convert the element into a byte List.- Specified by:
 serializeItemsToByteListin classStreamObject- Parameters:
 byteList- A Byte list- Returns:
 - The number of the elements
 - Throws:
 IOException
 
 - 
 
 -