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