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