decode static method
- XdrDataInputStream stream
Implementation
static XdrUInt256Parts decode(XdrDataInputStream stream) {
return XdrUInt256Parts(XdrUint64.decode(stream), XdrUint64.decode(stream),
XdrUint64.decode(stream), XdrUint64.decode(stream));
}