encode method

int encode()

Implementation

int encode() {
  return receipt << 7 | topic << 3 | stream << 2;
}