Esempio n. 1
0
 /// <summary>
 /// Read uint
 /// </summary>
 /// <returns></returns>
 public uint ReadUInt(long offset = -1)
 {
     return(VSLib.ConvertByteToUInt(this.ReadBytes(offset, 4)));
 }