decode method Null safety
- XdrDataInputStream stream
Implementation
static XdrSCSpecTypeUDT decode(XdrDataInputStream stream) {
return XdrSCSpecTypeUDT(stream.readString());
}
static XdrSCSpecTypeUDT decode(XdrDataInputStream stream) {
return XdrSCSpecTypeUDT(stream.readString());
}