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