[]
Reads a 2-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.
public ushort ReadUInt16()
Public Function ReadUInt16() As UShort
Type | Description |
---|---|
ushort | A 2-byte unsigned integer read from the current stream. |