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