public void Write(Int16 aValue)
 {
   byte[] buff;
   buff = aValue.ToByte();
   Write(buff, 2);
 }