MessageAttributes.fromByte constructor
MessageAttributes.fromByte(
- int byte
Creates MessageAttributes from the raw byte.
Implementation
MessageAttributes.fromByte(int byte) : compression = getCompression(byte);
Creates MessageAttributes from the raw byte.
MessageAttributes.fromByte(int byte) : compression = getCompression(byte);