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