decode static method

Implementation

static XdrSCSpecTypeBytesN decode(XdrDataInputStream stream) {
  return XdrSCSpecTypeBytesN(XdrUint32.decode(stream));
}