public class JCID extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index |
int |
isBinary |
int |
isFileData |
int |
isGraphNode |
int |
isPropertySet |
int |
isReadOnly |
int |
reserved |
| Constructor and Description |
|---|
JCID() |
| Modifier and Type | Method and Description |
|---|---|
int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the JCID object from the specified byte array and start index.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of JCID object into a byte List.
|
public int index
public int isBinary
public int isPropertySet
public int isGraphNode
public int isFileData
public int isReadOnly
public int reserved
public List<Byte> serializeToByteList() throws IOException
IOExceptionpublic int doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
throws IOException
byteArray - Specify the byte array.startIndex - Specify the start index from the byte array.IOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.