Ejemplo n.º 1
0
 /// <summary>
 /// Reads a long from the stream.
 /// </summary>
 /// <param name="name">Name of the element to read.</param>
 /// <returns>The read long value.</returns>
 public long ReadLong(string name)
 {
     return(codec.ReadLong(name));
 }