decode static method

XdrTTLEntry decode(
  1. XdrDataInputStream stream
)

Implementation

static XdrTTLEntry decode(XdrDataInputStream stream) {
  return XdrTTLEntry(XdrHash.decode(stream), XdrUint32.decode(stream));
}