Ejemplo n.º 1
0
 /// <summary>
 /// Read a 16-bit unsigned int from the given offset.
 /// </summary>
 private int GetInt16(int offset)
 {
     return(ResReader.DecodeInt16(data, offset, UseBigEndian));
 }