コード例 #1
0
 /// <summary>
 /// Reads a Signed Integer of 16bits
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read int</returns>
 public short ReadInt16()
 {
     return(UR.ReadInt16());
 }