TibrvMsgDecoder.decode()
Method
Declaration
java.lang.Objectdecode
(
short type,
byte[] bytes)
Purpose
Decode data (of a custom datatype) from wire format into a Java object.
Remarks
When this method successfully decodes the data, it must return the decoding as a Java object. When this method cannot decode the data, it must return null
.
Parameter |
Description |
|
Decode this custom datatype. |
|
Decode the data contained in this byte array. This argument cannot be |