public class CLByteArrayInfo extends CLTypeInfo
CLTypeInfo for byte arrays that have a size.
JSON Format:
{
"cl_type": {
"ByteArray": 32
},
"bytes": "0101010101010101010101010101010101010101010101010101010101010101",
"parsed": "0101010101010101010101010101010101010101010101010101010101010101"
| Constructor and Description |
|---|
CLByteArrayInfo(int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
equals, getType, hashCodeCopyright © 2022. All rights reserved.