encode method
- XdrDataOutputStream stream,
- XdrTimeBounds encodedTimeBounds
Implementation
static void encode(
XdrDataOutputStream stream, XdrTimeBounds encodedTimeBounds) {
XdrUint64.encode(stream, encodedTimeBounds.minTime);
XdrUint64.encode(stream, encodedTimeBounds.maxTime);
}