public class PropertyID extends Object
Modifier and Type | Field and Description |
---|---|
int |
boolValue |
int |
id |
int |
type |
int |
value |
Constructor and Description |
---|
PropertyID() |
Modifier and Type | Method and Description |
---|---|
int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the PropertyID object from the specified byte array and start index.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of PropertyID object into a byte List.
|
public int id
public int type
public int boolValue
public int value
public List<Byte> serializeToByteList() throws IOException
IOException
public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.