Beispiel #1
0
 /// <summary>
 /// Reads a Signed Integer of 64bits
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read long</returns>
 public long ReadInt64()
 {
     return(UR.ReadInt64());
 }