public class OEMessage extends OEBase
MessageInfo constructor.| Modifier and Type | Field and Description |
|---|---|
int |
bodylength
Length of the body of the message
|
int |
next
Pointer to the next
Message object |
int |
seglength
Length of the text segment in the body
|
java.lang.String |
text
Text in this segment of the message
|
| Constructor and Description |
|---|
OEMessage(byte[] data,
int i)
Loads the OEMessage object.
|
public int bodylength
public int seglength
public int next
Message objectpublic java.lang.String text