コード例 #1
0
ファイル: DeepCopy.java プロジェクト: jmaassen/AetherIO
 public void writeLong(long b) {
   buf.putLong(b);
 }