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