コード例 #1
0
ファイル: Message.java プロジェクト: TheKrush/hafen-client
 public Message addint32(int num) {
   int off = wget(4);
   Utils.int32e(num, wbuf, off);
   return (this);
 }