MessageAttributes.fromByte constructor

MessageAttributes.fromByte(
  1. int byte
)

Creates MessageAttributes from the raw byte.

Implementation

MessageAttributes.fromByte(int byte) : compression = getCompression(byte);