public class ByteArray
extends java.lang.Object
Constructor and Description |
---|
ByteArray()
Create a new instance of ByteArray
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getByteArray()
Get the whole byte array structure.
|
void |
setByteArray(java.lang.String theByteArray)
Set the whole byte array structure.
|
public void setByteArray(java.lang.String theByteArray)
theByteArray
- the byte array represented as a string.public java.lang.String getByteArray()