decode static method

Implementation

static XdrSCSpecTypeMap decode(XdrDataInputStream stream) {
  return XdrSCSpecTypeMap(
      XdrSCSpecTypeDef.decode(stream), XdrSCSpecTypeDef.decode(stream));
}