Example #1
0
 /// <summary>
 /// Reads an unsigned 16-bit integer from the byte stream or byte array.
 /// </summary>
 /// <returns></returns>
 public ushort ReadUnsignedShort()
 {
     return(_dataInput.ReadUnsignedShort());
 }