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() |
splitStringWithEscapedCommas
public byte[] getData()
public int getKey()
getKey
in class SVCBBase.ParameterBase
public void fromWire(byte[] bytes)
fromWire
in class SVCBBase.ParameterBase
public void fromString(java.lang.String string) throws TextParseException
fromString
in class SVCBBase.ParameterBase
TextParseException
public byte[] toWire()
toWire
in class SVCBBase.ParameterBase
public java.lang.String toString()
toString
in class SVCBBase.ParameterBase