Example #1
0
 /// <summary>
 ///     Reads a null-terminated UTF-16 string from the stream.
 /// </summary>
 /// <returns>
 ///     The UTF-16 string that was read.
 /// </returns>
 public string ReadUTF16()
 {
     return(_reader.ReadUTF16());
 }