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