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