Beispiel #1
0
 public Message addint32(int num) {
   int off = wget(4);
   Utils.int32e(num, wbuf, off);
   return (this);
 }