public static class SVCBBase.ParameterEch extends SVCBBase.ParameterBase
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
data |
| Constructor and Description |
|---|
ParameterEch() |
ParameterEch(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromString(java.lang.String string) |
void |
fromWire(byte[] bytes) |
byte[] |
getData() |
int |
getKey() |
java.lang.String |
toString() |
byte[] |
toWire() |
splitStringWithEscapedCommaspublic byte[] getData()
public int getKey()
getKey in class SVCBBase.ParameterBasepublic void fromWire(byte[] bytes)
fromWire in class SVCBBase.ParameterBasepublic void fromString(java.lang.String string)
throws TextParseException
fromString in class SVCBBase.ParameterBaseTextParseExceptionpublic byte[] toWire()
toWire in class SVCBBase.ParameterBasepublic java.lang.String toString()
toString in class SVCBBase.ParameterBase