Ejemplo n.º 1
0
 /// <summary>
 /// Read a 16-bit unsigned int from the given offset.
 /// </summary>
 private void SetInt16(int offset, int value)
 {
     ResWriter.EncodeInt16(data, offset, value, UseBigEndian);
 }