LaColla.core.util
Class pkt
java.lang.Object
LaColla.core.util.pkt
- All Implemented Interfaces:
- java.io.Serializable
public class pkt
- extends java.lang.Object
- implements java.io.Serializable
Example catnet application packet public class - catnetpkt.
- See Also:
- Serialized Form
Constructor Summary |
pkt(int type_,
Msg msg_)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pkt
public pkt(int type_,
Msg msg_)
setType
public void setType(int type_)
getType
public int getType()
setMsg
public void setMsg(Msg msg_)
getMsg
public Msg getMsg()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object