public class Msg extends Object
Msg(int length, byte[] msg)
int
getLength()
byte[]
getMsg()
void
setLength(int length)
setMsg(byte[] msg)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Msg(int length, byte[] msg)
public int getLength()
public byte[] getMsg()
public void setLength(int length)
public void setMsg(byte[] msg)
public String toString()
toString
Object