Exemplo n.º 1
0
 /// <summary>
 /// Reads a Name/String with no known size, expecting that the next bytes are the size of the string.
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read string without the end \0 char</returns>
 public string ReadText()
 {
     return(UR.ReadText());
 }