Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DataStream.writeShort

Writes a short value to this stream.

Syntax

public void writeShort( short value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeShort method. This method calls the write method to write two bytes to the stream.