コード例 #1
0
ファイル: Message.java プロジェクト: TheKrush/hafen-client
 public int int16() {
   int off = rget(2);
   return (Utils.int16d(rbuf, off));
 }