Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DataStream.readShort

Reads a short value from this stream.

Syntax

public short readShort()

Return Value

Returns the short value that was read.

Remarks

This method implements the IDataStream.readShort method. This method calls the read method to read two bytes and then combines them into a short integer.