DataStream.writeStringNullAnsi

Overview | Methods | This Package | All Packages

DataStream.writeStringNullAnsi

Writes a null-terminated ANSI string to this stream.

Syntax

public void writeStringNullAnsi( String value )

Parameters

value

The string to write.

Remarks

This method implements the IDataStream.writeStringNullAnsi method.