|
JML | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jqql.beans.SMS
public class SMS
SMS wrapper class 短消息封装类
ReceiveIMPacket| Field Summary | |
|---|---|
int |
head
|
String |
message
|
int |
sender
|
String |
senderName
|
long |
time
|
| Constructor Summary | |
|---|---|
SMS()
|
|
| Method Summary | |
|---|---|
void |
readBindUserSMS(ByteBuffer buf)
given an input stream, parse SMS 给定一个输入流,解析SMS结构 |
void |
readMobileQQ2SMS(ByteBuffer buf)
read message of QQ mobile user(descripe with mobile number) 读取移动QQ用户消息(通过手机号描述) |
void |
readMobileQQSMS(ByteBuffer buf)
read SMS of QQ mobile user 读取移动QQ用户的短信 |
void |
readMobileSMS(ByteBuffer buf)
read normal mobile SMS 读取普通手机的短信 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String message
public int sender
public int head
public long time
public String senderName
| Constructor Detail |
|---|
public SMS()
| Method Detail |
|---|
public void readBindUserSMS(ByteBuffer buf)
buf - public void readMobileQQSMS(ByteBuffer buf)
buf - public void readMobileQQ2SMS(ByteBuffer buf)
buf - public void readMobileSMS(ByteBuffer buf)
buf -
|
JML | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||