Esempio n. 1
0
 public void WriteInt32(Int32 value)
 {
     this.WriteBytes(Binary.WriteInt32(value, this._endianness));
 }