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