| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
| Constructor and Description |
|---|
TwoBytesOfData() |
| Modifier and Type | Method and Description |
|---|---|
int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the TwoBytesOfData from the specified byte array and start index.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of TwoBytesOfData into a byte List.
|
public int doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
doDeserializeFromByteArray in interface IPropertybyteArray - Specify the byte array.startIndex - Specify the start index from the byte array.public List<Byte> serializeToByteList()
serializeToByteList in interface IPropertyCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.