public class ResultDataValue
extends java.lang.Object
Constructor and Description |
---|
ResultDataValue(ResultCode result) |
ResultDataValue(ResultCode result,
byte[] data) |
ResultDataValue(ResultCode result,
byte[] data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinary() |
byte[] |
getData() |
ResultCode |
getResultCode() |
java.lang.String |
toString() |
public ResultDataValue(ResultCode result)
public ResultDataValue(ResultCode result, byte[] data)
public ResultDataValue(ResultCode result, byte[] data, int offset, int length)
public ResultCode getResultCode()
public byte[] getData()
public byte[] getBinary()
public java.lang.String toString()
toString
in class java.lang.Object