public class BinaryHexValue extends AbstractBinaryValue
bytesslen, valueType| Constructor and Description |
|---|
BinaryHexValue(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String encoded)
Decode hex string to a byte array
|
boolean |
equals(Object o) |
void |
getCharacters(char[] cbuffer,
int offset)
Fills character array with the value represented as String
|
int |
getCharactersLength()
Length of string representation
|
int |
hashCode() |
static BinaryHexValue |
parse(String val) |
_equals, toBytesgetCharacters, getValueType, toString, toStringpublic static BinaryHexValue parse(String val)
public int getCharactersLength()
Valuepublic void getCharacters(char[] cbuffer,
int offset)
Valuecbuffer - character bufferoffset - character buffer offsetpublic static byte[] decode(String encoded)
encoded - encoded stringCopyright © 2018 Siemens AG. All rights reserved.