Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DataStream.writeBoolean

Writes a boolean value to this stream.

Syntax

public void writeBoolean( boolean value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeBoolean method. This method calls the write method to write a byte to the stream with the value 0 for false or the value 1 for true.