@PublicAPI public class ByteArrayWrapper extends Object implements Serializable
Constructor and Description |
---|
ByteArrayWrapper(byte[] value)
Create a new instance of ByteArrayWrapper.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteArray()
Get the ByteArray value.
|