decode static method

XdrSCSpecTypeUDT decode(
  1. XdrDataInputStream stream
)

Implementation

static XdrSCSpecTypeUDT decode(XdrDataInputStream stream) {
  return XdrSCSpecTypeUDT(stream.readString());
}