Example #1
0
 /// <summary>
 /// Reads a Signed Integer of 32bits
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read int</returns>
 public int ReadInt32()
 {
     return(UR.ReadInt32());
 }