public class MCFMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MCFClass |
clazz |
byte[] |
content |
int |
id |
long |
time |
int |
type |
Constructor and Description |
---|
MCFMessage() |
MCFMessage(MCFClass clazz,
int id,
int type,
byte[] content) |