コード例 #1
0
ファイル: EncodingUtils.cs プロジェクト: drzo/opensim4opencog
 public static int ReadInteger(ByteBuffer buffer)
 {
    return buffer.GetInt32();
 }