@JvmStatic fun readMessage(message: Bytes): Message?
Reads a message from a byte buffer.
message - the message bytes
message
Return the message interpreted by the codec, or null if the message is too short.