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