decode static method

Implementation

static XdrThresholds decode(XdrDataInputStream stream) {
  int thresholdsSize = 4;
  return XdrThresholds(stream.readBytes(thresholdsSize));
}