Class DataNodeObjectData
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.DataNodeObjectData
Data Node Object data
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDataNodeObjectData
(byte[] byteArray, int startIndex, int length) Initializes a new instance of the DataNodeObjectData class. -
Method Summary
-
Field Details
-
exGuid
-
objectData
public byte[] objectData
-
-
Constructor Details
-
DataNodeObjectData
public DataNodeObjectData(byte[] byteArray, int startIndex, int length) Initializes a new instance of the DataNodeObjectData class.- Parameters:
byteArray
- A Byte arraystartIndex
- Start positionlength
- The element length
-