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