Method ReadUShort
ReadUShort()
Reads a 2-byte unsigned short from the current stream and advances the current position of the stream by two bytes.
Declaration
public ushort ReadUShort()
Returns
Type | Description |
---|---|
ushort | A 2-byte unsigned short read from the current stream, or 0 if the end of the stream has been reached. |