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