JML

net.sf.jqql.beans
Class CustomHead

java.lang.Object
  extended by net.sf.jqql.beans.CustomHead

public class CustomHead
extends Object

custom head change info Bean 自定义头像变化信息Bean

Author:
luma
See Also:
ReceiveIMPacket

Field Summary
 byte[] md5
           
 int qq
           
 int timestamp
           
 
Constructor Summary
CustomHead()
           
 
Method Summary
 void readBean(ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qq

public int qq

timestamp

public int timestamp

md5

public byte[] md5
Constructor Detail

CustomHead

public CustomHead()
Method Detail

readBean

public void readBean(ByteBuffer buf)

JML