public class CLValue extends Object
| Constructor and Description |
|---|
CLValue(byte[] bytes,
CLType clType) |
CLValue(byte[] bytes,
CLTypeInfo clType) |
CLValue(byte[] bytes,
CLTypeInfo clType,
Object parsed) |
CLValue(byte[] bytes,
CLType clType,
Object parsed) |
CLValue(String hexBytes,
CLTypeInfo clType,
Object parsed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static byte[] |
fromString(String hex) |
byte[] |
getBytes() |
CLType |
getCLType() |
CLTypeInfo |
getCLTypeInfo() |
Object |
getParsed() |
int |
hashCode() |
String |
toHex() |
static String |
toHex(byte[] bytes) |
public CLValue(String hexBytes, CLTypeInfo clType, Object parsed)
public CLValue(byte[] bytes,
CLTypeInfo clType,
Object parsed)
public CLValue(byte[] bytes,
CLTypeInfo clType)
public CLValue(byte[] bytes,
CLType clType)
Copyright © 2022. All rights reserved.