Method ReadInt16
ReadInt16()
Reads two bytes and returns a
LUCENENET NOTE: Important - always cast to ushort (System.UInt16) before using to ensure the value is positive!
NOTE: this was readShort() in Lucene
Declaration
public virtual short ReadInt16()
Returns
Type | Description |
---|---|
System.Int16 |
See Also
WriteInt16(System.Int16)