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